Hi,
Can any body please tell me how to create framework in qtp &
where i can get some material to learn about it.
regards,
rahulT
give me an example where u used good judgement and logic in solving a problem
how do u handle an object without name using QTP 9.2?
How will you find the current time of the remote machine using QTP script?
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?
Suppose i have some records in database now i want to use first 1000 records for one test and next 1000 to 2000 records for another test how can we do this just for ex oracle database pls tell me
Discuss QTP Environment.
how to capture tool tip in QTP and which check point is needed
what is life cycle of automation testing ?
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
What is QTP’s model for test creation?