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 the use of option explicit statement?
Which function is used in the vbscript language to convert the specified expression into a date type value?
What is the use of the recordset object and which statement is used to create such an object?
which one is more secure vb script or java script ??????? or both are same ??????
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Which is the default Data types in VBScript?
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
write a qtp script to count the number of minimized windows
In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.
Mention what is vbscript?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642