What is the quicktest professional testing process?
No Answer is Posted For this Question
Be the First to Post Answer
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...
Analyzing the Checkpoint results ?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
Differentiate the type of test cases which can be automated and which cannot be automated?
What is the diffrence bettween QTP 9.0 and QTP 9.1?
How can i store runtime value through vb script while using qtp
what is vmodel?advantages and disadvantages of vmodel?
Is it possible to change the property value at runtime? How it is possible?
In a web site, Protocal has been changed http: to https: what is your approach?
In QTP how to interact tool and application build?
What is the difference in testing a client-server application and a web application?