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 |
Suppose I want to use Index value of "WinEdit" in my script .But it is showing None in "Ordinal identifier" value of Testobject Details in the Object Repository.How to enable Ordinal Identifiers to capture the Index value of that particular WinEdit. I have selected "index" and clicked "OK" from Tools-> Object Identification Again I added same WinEdit to the Object repository But I did not get Index value..Please any one help me.How to enable Ordinal indentifiers
Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?
what is QTP batch testing tool?
Explain the keyword createobject with an example.
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
how to retreive the xml file data through qtp.can anybody send script for this..
Mention the different actions types of qtp.
What is Expert view?
why you have standardized functions? plzzz guys with real time exp. do answer
How to break the object spy ?
How to use the object spy in quicktest professional 8.0 version?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded