Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hepl required to dyanamically identified username and create the object in object rep
#1
Not Solved
Am trying to autoamte the web application and in the same in one of the steps haveto click on the Username link and the username is unique for each customer,

Username mailAddress ID Name Phone Number
Smith smith@gmail.com 123789 smithg -

Based on the Id search we were on the above page so here have to automate to click the username(Contains href) and have to proceed to another page
Every time user changes and QTP failing by object is not found in repositry - yes true every time objects changes based on ID search and here is my code.

Code:
Browser("Browser").Page("Page").WebButton("Yes I Am!").Click

Browser("Browser").Page("Page").Frame("toolbar").Link("Customer Search").Click

Browser("Browser").Page("Page").Frame("workarea").WebEdit("v_value").Set "03478921683"
wait 2
Browser("Browser").Page("Page").Frame("workarea").WebButton("Search").Click
Browser("Browser").Page("Page").Frame("workarea_2").Link("Smith").Click---------------------------------> object name Smith
Browser("Browser").Page("Page").Frame("workarea_3").WebButton("View Services").Click

So please help our here.

Thanks,
Saisu
Reply


Messages In This Thread
Hepl required to dyanamically identified username and create the object in object rep - by Saisu - 11-20-2011, 07:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ActiveX component can't create object: 'JavaWindow' JayeshK 0 1,486 01-07-2021, 01:12 PM
Last Post: JayeshK
  Create Terminal as object dapeamel 0 2,971 02-16-2018, 07:09 PM
Last Post: dapeamel
  object spy not recognizing object.. pleaseeeee help Sonia Sadeque 3 3,183 12-22-2016, 02:42 PM
Last Post: ishan.mahajan@adp.com
  When trying to recognize the object in QTP, each object is recognized as “WinObject:S geetasarvadnya 2 3,489 10-28-2015, 12:34 PM
Last Post: vinod123
  Object identified despite having no information mjt 1 1,911 09-14-2015, 08:25 PM
Last Post: mjt

Forum Jump:


Users browsing this thread: 1 Guest(s)