What is parametrization ?
Answers were Sorted based on User's Feedback
Answer / sanjaymadhav
It is used to test the application with different data sets.
Different Data sets are stored in DataTable and we
parametrize the test..........
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / avinash
parametrization is process of making set of data(different
values) for repated operation(in Data Driven Testing).
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / asn
The process of executing the same test for different sets
of test inputs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ranga
Replacing the logical values inplace of constantvalues
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / seasuraman
parametrization is process of making set of data.for
repated operation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkat
parametrization is process testing application with
different set of data using data tables or variables or
using environment variables
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / senthilkumar
I am very satisfied only seasuraman answer
| Is This Answer Correct ? | 0 Yes | 1 No |
what is diff between static and dynaic arrys?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
What are events in the vbscript language?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
How many types of procedures are available in the vbscript language?
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
Explain about filter expression?
Explain the scope of the variables using dim, public, and private keywords respectively.
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)