What r types of parametarizations?
Answers were Sorted based on User's Feedback
Answer / manmeet kalsi
QTP have 3 types of parametarization.
1) Data Table
2) Environment Variable
3) Random Numbers
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / devi
There r 4 types of parametarizaion
1.Data table
2.Random number
3.Environment
4.Parameter
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rnashok
This question doesn't make any sense. But still i will try
to give information as much as possible.
1) Using keyword view you can do parametrization.
2) Using VB script you can do that.
3) By passing arguments from one script to other you can
parametrize.
Dose it make sense? :)
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chandini
Types of Parametarizations are:
1.Through Keyword View
2.Through Expert View using Data Table Methods by using
Import and Export Methods
3.Through Data Driver
Correct if i am wrong
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ajreddy
Types of parametarization
Through flat files
through Keyboard
through excel sheet
through frontend grids
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / balachander
no parametrization types
but passing values by keyword view, vb scripting, similar
to data driven approach
Is This Answer Correct ? | 0 Yes | 1 No |
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How would you directly trigger javascript in a test?
how to get the object property
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
Which is the best testing institute for QTP training in Hyderabad.
How will you handle custom object in QTP?
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
How do you test siebel application using qtp?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...