WHAT IS PARAMITARIZATION?
Answers were Sorted based on User's Feedback
Answer / vidjaya
Parametrization is nothing but enhancing our test cases by
feeding multiple sets of data / input values from the Data
Table.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sreenivasa rao b
In my view, Parameteraization means, passing the values
from DataTable to Test Code.
| Is This Answer Correct ? | 4 Yes | 1 No |
Hi,
Manually, if we want to test a particular
functionality...we need to submit different input values
repeatedly
In the same way,
In Automation..same thing can be done by using the concept
parameterization with the help of Excel file(which contains
user inputs
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venu
In one sentence I can say:
"Parameterization is to replace a hard coded value with the
required value/variable."
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sateesh
Parametrisation means,excuting the same functionality with
different sets of data.
In Qtp we ars using,
Excel sheet
Data Table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / g.v.prakash
In my view,To run different validations to a perticular
functionality and check that result.
regards
prakash.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lakshman rao
In my point view, paramitarization means passing the values
from one test to other test
| Is This Answer Correct ? | 1 Yes | 4 No |
what is a file system object in QTP
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer
What is the extension of script and object repository files in QTP?
How to capture screenshots of Exceptions/Errors during run- time?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Tell me about qtp?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
how to open Excel sheet & write in it & save it?
What is the difference between functional spec. and Business requirement specification?
When should I use smart identification?