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 |
write a vb script create 5 folders test1 test2 test3 test4 test5
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
find the length of the string without using length function?
How to write functions and sub in vb script?
How to pass the parameter from one function to another function in VB Scripting?
Explain the adodb.stream class?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
How will you get the smallest subscript of an array in vbscript?