what is the framework followed by ur company in qtp
Answers were Sorted based on User's Feedback
Answer / anonymous
Frame work may be
1.Linear Obsolete-no one are using.
2.Modular - using Drivers- Considered as Old one.
3.Key word driven- No object repository. Using functions
only. Descriptive programming.
4. Hybrid- mix of keyword+modular.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rrnaidu
frameworks may be
record and play back
data driven approach
keyword driven approach
hybrid approach
is it correct?
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / firoz shaik
A Framework is a set of guidelines, concepts, practices,
that provide support for Software Automation Testing.
We have 4 types of frameworks:
1. Record/Playback Framework
2. Data Driven Testing Framework
3. Keywork Driven Framework
4. Modularity driven framework.
For more & detail info, mail me back, as the time is
running out, i am not not giving all information about the
types of frameworks.
| Is This Answer Correct ? | 4 Yes | 3 No |
Hi !
I dont know what framework we are following in our
company. What we do is: We copy similar files in one
particular folder. For ex: We store object repository
files in one folder, data files in another folder, script
files in another folder. This will help us in locating
particular file easily. We write reusable actions and call
them where ever required in the test.
What type of framework it is ?
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / francis
frame work
checkpoint-expectedresult
testcase-each action
testcase descrption-in the script of each action
testdata-datasheet
prerequisite-reusable action
teststep-in the script of each action
each file represent each scinario
| Is This Answer Correct ? | 0 Yes | 8 No |
How do you check ticket cost and ticket number in flight application?
write is the code for regular expression in QTP
give me descriptive programing code sample flight application in qtp?
how you have used object libraries? plzzzzz do answer
QTP script is not working on other's machine..
WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY? IS IT POSSIBLE in QTP? HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?
how to write regular expression for Date field?
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.
How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?