what is test scheduling?
Answer / kamesh n
Test Shedule is simply to say is to plan your Test
Execution eg
1.First we have to execute your login testcase
2.Then we have execute other module testcase
This is Test Shedule
Is This Answer Correct ? | 0 Yes | 1 No |
what is keyword driven testing in qtp?n how is it useful?
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance
Differences between quicktest professional (qtp) and winrunner?
How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?
How to create a Runtime property for an object in QTP?
How to Test the mainframe application?(tell me few basic things)
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
Have you used xml check point in your project?
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?
How many types of Parameters are available in QTP? and Pls Explain with example.
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
Whats the realtime QTP testing process