unique properties of button,edit box, radio button,check box?
Answer / ashish srivastava
index property is the unique property used to identify the
two same objects
browser().page().webedit("Submit",index:=0)
| Is This Answer Correct ? | 3 Yes | 1 No |
Excepton Handling?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
What is a checkpoint? How many check points are there in qtp?
How to maintain the old scripts in QTP?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
How to Analyze the Checpoint results by Checking Bitmaps?
Is it possible to split an action? How?