how can you describe the basic flow of automation with
conditional and programmatic logic?
Answer Posted / kk
if endif
for next
while-wend
do-loop
should be used to control the flow of automation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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
How are actions and functions different in QTP?
For which type of project the iterative model is suitable?
What are the types of object repositories? Which one is you using?
How to record application running on the Virtual machine?
Define object spy ?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
what is command for executing files?
What does mean by Scope of Automation?n How we defined it?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Name the different types of recording modes?
What is business process testing(bpt) in qtp?
How many types of actions are there in quicktest professional?