how will check the links in multiple pages at a time
Answer Posted / zmadhur
I think that its not possible to check the multiple pages at
a time . It has to go in a process. It goes like step by
step process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is synchronization point in QTP?
Explain building blocks of the bpt framework ?
When ‘option explicit’ keyword is used in qtp?
How you can find the absolute value of the number in qtp?
Can you list some technologies that support qtp?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
What is the difference between shared and local object repository?
how can i call function (which has link with excell sheet at a remote location) within another function
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
What is quick test pro? What is a quick test professional?
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
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is the default add-ins in qtp?
With what extension you can save the list of tests in a file to run in test batch runner?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script