What frame work ur using in QTP in ur current company?
Answers were Sorted based on User's Feedback
Answer / niranjan123
Framework is nothing but the way u write ur script and
arrange in a efficient manner.There is different kind -like
Modular, linear,hybrid etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anonymous
Before answering this question, you SHOULD know about the
frameworks in detail.
You can say Modular FM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi guys can u pls explain clearly wht is
modular,keyword,lenier?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / smiley
I want to share the Keyword Driven Framework with u guys.
In this frame work we have to write the test cases in XLS
sheet and we have to import those XLS sheet using Data
Object Methods.Depending on the objective of testcases we
have to write the functions and we have to call those
functions using "Switch" statements.This XLS sheet should
contain simple english words.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anil
Frame work means - systematically maintainig the testing
process
we have the following frame works
1>Linear frame work
2>data driven frame work
3>modular driven frame work
4>keyword driven frame work
5>hybrid frame work
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahaboob
Autmation framework is nothing but automation planing for
the project.
It helps for to develope the automation project in a better
way.
In our company we are using the keyword driven framework
| Is This Answer Correct ? | 0 Yes | 0 No |
How to make arguments optional in a function?
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
how do you done Data-driven test using MS-Word Instead of DataTable
unique properties of button,edit box, radio button,check box?
what is descriptive programming in QTP? How can be done?
can u tell me the the cost of automation tool QTP ?
How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
what is clean sweep?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..
How to use the object spy in quicktest professional (qtp) 8.0 version?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me