Hai anyone please "Explain about Framework in QTP?"
Answer Posted / firoz shaik
A framework is a set of guidelines, concepts , practices
that provide support for automated software testing.
The advantage of framework is it provides an easy way of
doing the work with less time.
There are 4 types of frameworks available:
1. Record and playback framework
2. Keyword driven framework
3. data driven framework
4. Modularity driven test framework
2. Keyword driven means, It consists of 5 types of files.
1. control file, test case file, startup file, driver
script, and utility script. This i cant explain because i
have no time to type all these things. if you want you can
mail me.
3. In data driven framework, we will take input from one
input excel file, and process the input in the script and
send the result to the same excel file.
In this framework, we can take the data through excel
file, .csv file, ADO, DAO(Data Access Objects).....
ADO means ActiveX Data Objects. This is the current and
latest method of retrieving the information from the
databases.
4. Modularity driven means, we divide the script into
different modules and acheive the task. this becomes easy
for the person to read and understand the script. modular
means, In C language, we divide the code into functions. In
the similar fashion, here also we divide the script into
function libraries i.e, in the form of VBS files.
If you need any further information, you can mail me.
I think that this information is absolutely true to the
best of my knowledge, and if i am wrong please let me know.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
after initiating one project for testing, when exacltly QTP tester role starts?
What is Curd testing?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What is the process of synchronizing qtp and aut?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Define object spy ?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What is an expert view and keyword view?
What is the architecture of your project? Can any one answer for this question plz........
Explain about the test fusion report of quicktest professional (qtp)?
What is the difference between rational rose and QTP?
What is the difference between run time object and test object?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...