Can we directly automate testscripts accrdoing to requirements
Answer Posted / swarna
There will not arise any case wherein you have to automate
using requirements. Only after the applicaton becomes
stable one has to start automating.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what could go wrong with test automation?
what is Property......End Property loop? how to write sript for it in QTP
How qtp recognizes the object?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is Associate Repository in QTP 9.2 ?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
How qtp identifies objects?
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 use of running the scripts in Hidden-mode in UFT?
how to find that tools work well with ur existing system?
How many types of Automation frameworks are there in UFT? Describe them.
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
What are the features supported by UFT?
What are the steps involved in the recovery scenario wizard?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page