I have given u a application.To automate it what are the
things will u consider?
Answer Posted / nidhi
before starting automation first build stablity needs to be
checked ,no changes should be made repeaTdly Once
automation is started so build stability is
must...automation is considered for regression time
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
If I change the object name in one action will it be updated in all the actions? Or not?
what is Property......End Property loop? how to write sript for it in QTP
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What are output values and why they are used ?
Have you done batch testing in qtp? If yes how you are doing?
What is a reusable action?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Explain how you can delete excel file in qtp?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
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 difference between shared and local object repository?
what is clean sweep?
What is smart identification in QTP?