pls tell me different type of automation frame works in QTP
and which one need to select in client server application
Answer Posted / janzy
frame work is a set of defined rules for automating a
testing process
1.linear framework: recording and play back
2.Modular framework:creating scripts as a userdefined
function and calling that for testcases
3.keyworddriven framework:make changes in the keyword view
of QTP. and it 'll create scripts in script view
4.descriptive programming
5.hybrid: combination of any of above( it depends on
comlexity of scenario)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Does QTP record on Objects created on XWindows Environment?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
In qtp, how you can remove the spaces from string?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
How to do call a output parameter from one action to another action??/
how to test use the quality control .how to verify the image verification
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 test you perform mostly? Regression or retesting in your testing process?
How many types of actions are there in quicktest professional?
what is error and fault in terms of software quality?
What is the XML file architecture ?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Where we can use the synchronization?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
what is defenetion of kiran can u tell me plz CVS, SVN