could any help me please, how to work on visual foxpro application using UFT
No Answer is Posted For this Question
Be the First to Post Answer
Suppose U change the script whether it affect the object properties of the object in the object repository
Which environments does qtp support?
What are the details steps to connect a remote mysql database in QTP
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
What do you do if QTP doesn't recognize object ,what action should be taken
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
I want to run my qtp scipt on the system where qtp is not installed .I don't want to install qtp but i want that system should use the qtp from another system in lan just the qtp instance should be launched on that system without having qtp installed on it .I probably know the solution that it will be solved through RMI but how to get this problem solved plz help i anyone know the 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...?
When to use shared and local object repository?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
What is Curd testing?
hw to create a frame work in qtp..what are the basic steps