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 |
Connect to QC using AOM.
How to capture the Check point Value into a variable?
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
How to invoke QTP using Dos prompt ?
What is Cross browser testing? Does UFT support it?
How can you exit from an action?
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
I am new with QTP. Is anybody could tell me where I can find a good tutorial with lots of samples?
If i entered 2 columns and 4 rows inputs in DDT Like Mango fruit, Banana Fruit, Brinjal Veget, Carrot Veget.. . My Q is How to get the 2nd column value for corresponding 1 column input in 3rd row ie, ( i need to get "veget" in messge box @ run time
1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty and GetTOproperty .give real time scenario. 2>Give and real time ex for the bug having "High Severity and low priority"on banking doamin web based application.
take one exmple and write on that discriptive programe in qtp?