what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / ashwini.g
It is an outline , where we used to execute the testcases
with different set of data.
| Is This Answer Correct ? | 9 Yes | 20 No |
Post New Answer View All Answers
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 are the various types of Actions in UFT?
how to evalute defects in QTP script?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
What is the new version of qtp which is recently released in the market?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
What is the pros and cons between QTP and Rational Robot
How QTP support all types of applications (platforms)?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
What are the different attributes used with regular expression?
How qtp identifies objects?
What is an optional step in qtp ?
what is impact analysis on regression testing?
The hybrid framework can be implemented for any application. Is it true?