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 |
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
What is the difference in the global and action sheet in qtp?
Is there a function to find the number of occurrences of sub strings within a string?
How to "Turn Off" QTP results after running a Script?
What are the three challenges U faced during automation testing of your application.
how to get font size of a "WebEdit"
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
How does u create new test sets in TD?
Should have experience in framework means?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
what is aregular expression?