how and what kind of vb functions do us ein QTP?
Answers were Sorted based on User's Feedback
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
What do you mean by checkpoints in qtp?
Using Object Repository is a advantage or disadvantage?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
What are the technologies supported by qtp?
What is Parameterizing Tests?
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
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
how can you write a script without using GUI in QTP?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?