what r the executing modes in QTP
Answers were Sorted based on User's Feedback
Executing modes in QTP are
1)Normal
2)Fast
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / alok
Executing modes in QTP are
1)Normal
2)Fast
3)Maintaince Run Mode
er.qtptester@gmail.com
Is This Answer Correct ? | 0 Yes | 3 No |
Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ
When can shared object repository fails?
How will you handle the situation when object is not captured during record?
How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)
Among all the check points what is the most important checkpoint?
What is qtpro?
Why we have to split actions in a test?
Hi All, How to Compare two strings character by character in QTP
What types of testing comes under functional testing or in other word what will you test in functional testing?
What are the most frequent errors you faced while executing your scripts?
please any one can explain the keyword driven framework. with gmail example.
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c