How to change the run-time value of a property for an
object?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai....
SetTOProperty changes the property values used to identify
an object during the test run. Only properties that are
included in the test object description can be set.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / supriya gupta
SetTOProperty changes the property values used to identify an object during the test run.
Only properties that are included in the test object description can be set
| Is This Answer Correct ? | 0 Yes | 0 No |
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
what is the difference btn risks & Therads in the Test plan documentation?
How to retrieve the property of an object in QTP?
According to use, how virtual object is different from object spy? If Qtp is not learning a sub-menues. What should we done? how would we manage on the expert view too? alkaa.dugaal@gmail.com
After geting the modules where we generate the script ie in qtp or notpad ?
What is the quicktest professional testing process?
In qtp,how to interact tool & application build?
can u explain relative path architecture framework in qtp?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is a programmatic description?