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 |
explain keyword driven framework?
What is keyword driven testing..what is the use of this in Automated testing
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
How to analyzing the checpoint results?
what r advance features u had done in QTP?
What is the process of synchronizing qtp and aut?
how qtp identifies objects of application.
After running scripts how you report results ,there is any specific report form
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
what is the framework followed by ur company in qtp
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?