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 |
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is the difference between functional spec. and Business requirement specification?
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
For Usability testing, which is preferable Automation or Manual?
What does Reporter.Reortevent2 does?
i have string "I LIKE INDIA"..how to i get LIKE from the sting..
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
Please explain how to open with notepad of saved html file by right click option using QTP
I want to open a text file and then search some specified text in it and then replace that text with some other text i found that text in .txt but do not know how to replace that text can any body help me. if possible put the code for qtp
Explain the qtp test phases.