There are 4 webpages in an application, in third page there
is one cancel button i want to click that cancel button
only, how can I click that cancel buttton ?
Answer Posted / sam paul
Navigate to the desired page ;
then, object.CLick()
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
what is the difference btn risks & Therads in the Test plan documentation?
What is difference between shared and local object repository?
What is ‘object spy’ and what is the function of object spy in qtp?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What the differences are and best practical application of Object Repository?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Explain xml checkpoints.
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What is the difference in testing a client-server application and a web application?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance