HI, Anybody can explain Automation Test Framework...and wht
do we do before start of Automation.....
Answer Posted / pradeep
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing.
Source - to read more:
http://www.ibm.com/developerworks/rational/library/591.html
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If I change the object name in one action will it be updated in all the actions? Or not?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
Why qtp always start action1 and does not start action?
Is it possible to change the values of analog recording?
Explain in brief about the qtp automation object model (aom).
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
What are the main differences of qtp and win runner?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
what is the difference between development and testing
Explain Descriptive Programming Types with Examples?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
When to use descriptive programming?
Explain sub procedure of vbscript.
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You