what is meant by "Parameterization technique"?
Answers were Sorted based on User's Feedback
Answer / swetha
actually parameterization means replacing the constant
values with parameters, we use this technique to implement
retesting by passing the multiple values in order to check
whether the functionality is working fine or not.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / pavan
Parameterisation is a process in which it is used for replacing the constant values with variables or parameters in order to increase the scope of the test.
It will be done in 3 ways
1. Through Keyword view
2. Through Data driven wizard
3. Manually
In order to Implement the retesting.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nilanjan saha
Parameterization technique helps us to replace the constant
values with variables(or socalled
parameter) to increse the flexibility of the test.
Suppose for testing purpose of the Login Id and Password
field your Test Case is to "Verify for
alphanumeric values "
So here your Test data should be say
1)id-Nilanjan
Pwd-mercury
2) Nilanjan100
Mercury
3)10000
MERCURY
So manually you can pass the data for 3 time and check,But
in parameterrization concept load all
these 3 set of data in dataTable , QTP automatically fetch
tha data from that DataTable Exacel
sheet one by one those Id & pwd pair.And the run time it
will also show you the Row1,Row2,Row3.
The test will go for 3 iterations and accordingly Test
result will be generated.
Is This Answer Correct ? | 1 Yes | 0 No |
What are the drawbacks of QTP?
1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?
2 Answers Genpact, Infosys, Symantic Space, TCS,
how to write this script using descriptive programming? the script below is the script generated by QTP plz write the script using descriptive programming? plzzzzzzzz do answer thanku Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit("Email").Set "test123" Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit ("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4" Browser("Welcome: Mercury Tours").Page("orkut - login").WebButton("Sign in").Click Browser("Welcome: Mercury Tours").Page("orkut - home").Link ("Logout").Click Browser("Welcome: Mercury Tours").Page("orkut - login").Sync Browser("Welcome: Mercury Tours").Close
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
four browser are open same application i want to enter 3browser how?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
how to test Web application using QTP software
can any one give me the doccument how to test aproject developed in java language in qtp can here can we use the general vb scripting or we have to use java script here if we have to ese the java script here can any one send me the manual for it means how to write descriptive programming for it thanks in advance
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
Explain about Test Fusion Report of QTP?
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
Explain how to use QTP to check broken links on a page?