Are You using any frame work? What is that? Explain about that.
Answer Posted / chitti
yes we are using Depends upon the project wee will use
1)linear 2) Dtadriven 3)Keyword 4) Functiona/Modula 5)
Hybrid Frame wrk
1) linear:- is nothing but record and play back
2)Datadriven:-Parameterising the data for differnt input
and getting different outputs
3)keyword:-is nothing but creating s/w structure like
scripts, OR, testdata, Recovery scenerios, logfiles,
Library files ets
4)Functiona/Modular:-Each and Individual Functions can be
scripted mostly used for BPT scripts
5)Hybrid:-Combination of the above any two Frame works
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is 'sleep' in sync point?
What is an object repository?
How to change the priorities of the recovery scenario properties?
Is it possible to call win runner script in qtp?
Connect to QC using AOM.
What is a checkpoint? How many check points are there in qtp?
How to find the name of the machine where you are running your automation scripts in qtp?
What is the difference between keyword view and expert view?
can any one say that where we can download the QTP trail version ??????????
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Can we create user defined functions in qtp?
explain structured testing? plz guys with exp. do answer
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is the difference between the design-time and run-time data tables?