what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / lavanya
Automated frame work is a structured approach, to test an
application. it provides a systematic folder structure it
contains libraryfile, repository files, environment
files,recovery files etc.
Automated framework would call these files based on the
conditions specified in the frame work and would continue
to execution of test cases on the application.
The automation framework is self designed and could be
based on application and developer of the framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When Recovery scenario actually starts while testing the application?
Get the count of files of similar types from a folder.
What are the views available in qtp?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
How to associate shared object repository to test in qtp?
regular expression in qtp standar check point for months from accepting months from january to december only
what is the structure for the data driven framework
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
can test automation improve test effectiveness?
what is the difference between modular framework & datadriven framework
What is the expert view?
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
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page