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 |
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What is the parameterization? Give one example?
What is the difference between shared and local object repository?
How do you create a library file
What are software testing metrics
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
How to get the particular property value?
How to see the screens after running test in QTP?
HOW TO DO THE BATCH TESTING USING QTP?
Give a comment on Regular Expressions using QTP?
What are the different types of recording modes in qtp? Which will be used when?