Answer Posted / jack
Please Send me the download link of winrunner 8.2.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
What is a data driven test in qtp?
Differentiate the type of test cases which can be automated and which cannot be automated?
wt is the use of multiple questions in QTP
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Explain how Selenium is different from UFT?
What is the meaning Work bench?
Explain xml checkpoints.
How many lines of code in each script of 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
how interviews will be on QTP?
Discuss quicktest professional (qtp) environment?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What is quick test pro? What is a quick test professional?
How many types of status are there?