Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regd Run time field change
#6
Solved: 10 Years, 9 Months, 1 Week ago
Hi ,

Yes it happens many times while using qtp . For that you need to go with some options like using of Regular expression( .*) .It happens due to the Browser of the application ,which may not be recognized by the tool if it gets upgrade.

For example:
Code:
"   Browser("Browser").Page("Page").Webedit("UserID")."

So sometimes the Name of the Browser (or) the Name of the Page may get change, like Browser("Browser1")gets changed from Browser("Browser").

For this you need to use Regular Expression. Like:

Code:
" Browser("name:=Browser.* ").Page("name:=Page.* ").Webedit("UserID")."

There is a button called "Object Spy" in QTP tool . Always try to use Spy button to know about the changes in Browser ,Page ..etc in the application.

Thanks
Reply


Messages In This Thread
Regd Run time field change - by kishore - 09-17-2011, 08:26 PM
RE: Regd Run time field change - by Gopimanohar - 09-18-2011, 11:55 AM
RE: Regd Run time field change - by kishore - 09-18-2011, 05:03 PM
RE: Regd Run time field change - by KavitaPriyaCR - 09-19-2011, 11:55 AM
RE: Regd Run time field change - by susangeet02 - 09-22-2011, 04:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do you Change Run mode mid script? Caleytown 6 6,526 03-25-2021, 08:27 AM
Last Post: RB26578
  getting the value from the field learning 0 922 03-19-2019, 09:13 AM
Last Post: learning
  [UFT] Change property of object (WpfButton) robertosalemi 2 2,493 11-22-2016, 12:43 PM
Last Post: Ankur
  QTP not recogonising object during run time Lavanya N 2 3,541 10-28-2015, 12:46 PM
Last Post: vinod123
  Writing to Run time data table Neetha 5 11,670 08-27-2015, 10:18 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)