distinguish between old version and new version QTP
features.
No Answer is Posted For this Question
Be the First to Post Answer
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
What are the features and benefits of Quick Test Pro(QTP)?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
What is the Diff between Image check-point and Bit map Check point?
Could you please explain me about QTP framework.
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.
By using QTP can we record any log files written by the application which is in execution?
How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
what type of run time errors you get while you ar edoing rpg program?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If