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


Please Help Members By Posting Answers For Below Questions

What is quicktest professional?

773


Explain Descriptive Programming Types with Examples?

1165


What are the check points can be inserted without recording?

828


What is Associate Repository in QTP 9.2 ?

803


images are dynamically changes how to compare two images with out using the bitmap

2202


Generic function to search for the unique link in webtable and click on it

2750


What are the different types of recording modes?

750


What are table and db checkpoints?

821


how to explain a claims and insurance project?

2003


How many types of trigger events are there in qtp?

766


How software tester can use constants and variables in scripts?

1941


Explain the concept of object repository and how QTP recognizes objects?

764


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.

1657


how did u use automating testing tools in ur job?

1691


What is recovery scenario manager? When you go for recovery scenario manager?

820