i have data in excel sheet.i imported the data in data
table.while doing parameterization,how the code knows it is
a valid or invalid data?
Answer Posted / ravi, fortechsoft
You have to write the code in such a way that it checks the
data for validity.
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is quicktest professional?
Explain Descriptive Programming Types with Examples?
What are the check points can be inserted without recording?
What is Associate Repository in QTP 9.2 ?
images are dynamically changes how to compare two images with out using the bitmap
Generic function to search for the unique link in webtable and click on it
What are the different types of recording modes?
What are table and db checkpoints?
how to explain a claims and insurance project?
How many types of trigger events are there in qtp?
How software tester can use constants and variables in scripts?
Explain the concept of object repository and how QTP recognizes objects?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
how did u use automating testing tools in ur job?
What is recovery scenario manager? When you go for recovery scenario manager?