I have 5 no.of Action in my Test.
Out off which i should make 3rd action as my start-up
action.
How should i make it?

Answer Posted / mercy

i'm afraid thats not the correct answer. As far as i know
the only way we can do is through the "Test Flow".

You can switch to the "Keyword View" and choose "Toolbars"
under "View" and then choose "Action". This will provide u
with a new combo box where u can choose "Test Flow".

then u can drag and arrange the Actions in which ever order
u want them to get executed.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?

1422


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

1485


How to use Environment parameterization? Explain with an example.

1481


In qtp, explain what is keyword driven automation framework?

617


What are the different types of recording modes?

534






What are parameterizing tests?

549


can any body give the banking domain concepts/links

3633


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

1629


Explain different recording modes?

583


i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework

1606


i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

1606


How to creating an output value using quicktest professional (qtp)?

568


In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

561


What is the difference between rational rose and QTP?

1780


How to write business scripts using object repository with different scenarios

1388