What is ‘object spy’ and what is the function of object spy in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
Hi I am from delhi, Now I can surely say that no institution of QTP here in Delhi After reading you people I want to get cry, from last six month I am trying to learn QTP, I have knowledge too but dont know VB Script. Now it appears that without learning QTP no one can learn complete QTP, I want to get a formal learning in QTP. Can you suggest me the best institution. and please let me know the charges and span of the course too. thanks in advance to you alkaa.dugaal@gmail.com
Hi Guys, here I am posting one question. Wen u r working with Notepad. If it is not responding in the middle of TEst...what u will do.
Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)
User defined function in QTP
how to test Web application using QTP software
How you can write contexts to text file in qtp?
Explain script generated after applying database check point?
Hai anyone please "Explain about Framework in QTP?"
WHAT IS PARAMITARIZATION?
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...?