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



What is test automation framework?which framework does QTP follow?Need some practical explanation ..

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

What is test automation framework?which framework does QTP follow?Need some practical explanation ..

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

Post New Answer

More QTP Interview Questions

How can we redirect QTP results in to a excel sheet after the execution

3 Answers   SAP Labs, Virtusa,


How to test the login page in different ways in automation testing and i need code?

0 Answers   Cognizant,


What is clean sweep?

0 Answers  


What is diff between SDLC AND STLC?

1 Answers   Nokia,


what is descriptive.create()in qtp?

4 Answers   IBM,






with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?

3 Answers   Ordain Solutions,


how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief

0 Answers   HCL,


Hi Samrat, Thank u very much, what u said it is right.

0 Answers  


You say it is a bug but developer say it is not a bug then what will you do?

6 Answers   Hewitt, Tech Mahindra,


Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.

6 Answers  


Suggest and Define a solution for an application whose objects are not recognized by UFT?

0 Answers  


How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize

2 Answers  


Categories