In automation testing Can we retest virtual object in the
application after getting new version from the developers,
is there any property will change for that object or it
won't.?
Answer Posted / giridhar
We can reset Virtual Objects, Which already added to the
Virtual objects by Virtual Object Manager.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
what is stepin & stepout?
Where we use data driver in qtp?
In qtp, how you can get the last character from a string?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How to analyzing test results using quicktest professional?
Explain how Selenium is different from UFT?
Describe synchronization point.
How to connect to a database?
wt is the use of multiple questions in QTP
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
what is defenetion of kiran can u tell me plz CVS, SVN
What is synchronization point in QTP?
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