HI, Anybody can explain Automation Test Framework...and wht
do we do before start of Automation.....
Answer Posted / softwaretester4u
Hi man framework means structural format of test scripts
creation (means folder structer) (But this is not
defination)
if u want mre subsirbe yahoo group testingguru and post ur
question
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How you can decide which type of object repository you have to use?
How to find operating system information using the qtp script?
What is QTP scenario.
What are the types of data tables in qtp?
What are the types of environment variables in qtp?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What are the flaws in water fall model and how to overcome it?
In qtp is it possible to check broken links of a page?
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
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How to attach a file to TD?
What is parameter in qtp?