How u will open the build automatically in QTP except using
Systemutil.run command
Answer Posted / nalini
You can open the build automatically by specifying the
build path in Record and Runtime Settings.
Or
use InvokeApplication function.
InvokeApplication "buildpath"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Discuss the QTP Environment?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
What is action split and the purpose of using this in qtp?
explain how to write vb script in qtp?when will you write own script?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Which environments are supported by hp qtp?
i can done the project with QTP in that time i can say how many members in my team size?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
Explain different types of checkpoints?
Which scripting language used by quicktest professional?
What are the methods of the TextStream object that are used for reading from a text file?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
What is system testing and what are the different types of tests you perform in system testing?
How do I get the QTP scripts result in xml format by using vb script function?
If the objects hierarchy is changing from build to build, then how you will handle that condition?