Which scripting language used by QTP?
Explain the use of action split in qtp?
how do we add a new sheet to data table in QTP?
How we know the qtp has used the smart identification process for identification of the object.
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
what is meant by "Parameterization technique"?
can any one tel ,using simple string a[0]=I a[1]=N a[2]=D like that it go's . . out put i need INDIA help me it's really need full ..
Can you tell me any books or websites to learn VB Script for QTP ??
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What is the extension of the qtp local repository?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
How to connect to data base?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one