What is test automation framework?which framework does QTP
follow?Need some practical explanation as to how u will
start ur testing process following a particular framework?
Answers were Sorted based on User's Feedback
Answer / balasubramaniyam
Framework is a procedure in which we can write & execute the
automation script.in other words Framework is a guide,rule
or procedure to run the automated script with less manual
intervention or without manual intervention.
types of framework:
1.Modularity framework
2.test driver framework
3.Data driven framework
4.keyword driven framework
5.hybrid framework
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sridhar
Test Automation Framework:
Basically the framework have been created to make the
automation process easier. Ex: In the application
development you might have some structures to place the
files and the development team will follow that..
QTP does not use the framework itself. We decide the
framework which we are gonna use and make use of QTP for
that framework.
Some of frameworks are:
Data Driven
Key word Driven
Hybrid(Combination of above 2 )
Mostly Hybrid frame work is used...
To Start the Test Process:
Decide the framework which would choose the AUT
Let have a example of Data Driven framework.
Here in this frame work you will have a Driver file and you
can also find the data for different actions.
Consider there are 9 test cases and we use 9 action for
each test case and we also have a status flag for each
action.
we need to run the test once after changing the status.
Is This Answer Correct ? | 1 Yes | 2 No |
What is the basic concept of quicktest professional?
how can we retrieve ten rows from the data table using loop concept?
What is SQL injection?
Diff b/w Health care domain and Banking Domain?
Where can I find and view run-time data table?
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
How to get align property of the link on web page?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
How to break the object spy ?
How many number of actions possible in qtp?