what is framework? which frame work u follow for writting
script?
Answer Posted / natarajan
A test automation framework is a set of assumptions,
concepts, and pratices that provided support for automated
software testing.
In our company we follows hybrid model framework.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are all the fileds present in object repository?
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
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Is it possible to split an action? How?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What is throw object?
after initiating one project for testing, when exacltly QTP tester role starts?
What are the Disadvantages of shared object repository?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How to find a window is minimized or not
how interviews will be on QTP?
What is Cross browser testing? Does UFT support it?
What is post recovery scenario?