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 |
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Mention how to access array data?
how to operate webobjects in a webpage using getobject function and then using generic methods?
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
Is VBscript case-sensitive?
What are the uses of vb script?
Explain about .wsf files?
Explain the string concatenation function in vbscript?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
Why do we use Option Explicit?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.