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?

Answers were Sorted based on User's Feedback



i have data in excel sheet.i imported the data in data table.while doing parameterization,how the c..

Answer / prasun

1.You have to check data type if importing data from excel.
2.Then you have to check constraint.

More things you have to check like date format.
If all things is satisfy then you can import data. other
wise validate doesn't match data from your excel data.

Is This Answer Correct ?    4 Yes 1 No

i have data in excel sheet.i imported the data in data table.while doing parameterization,how the c..

Answer / 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

More QTP Interview Questions

Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.

5 Answers   Lehman Brothers, rsystems,


Explain in brief about the quicktest professional (qtp) automation object model?

0 Answers  


Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?

0 Answers  


What is the difference between link and hyperlink?

1 Answers  


what is keyword driven framework in qtp.

13 Answers   Cognizant, TCS,






what is web application and client server application.is there any difference ?

1 Answers   Wells Fargo,


How can you identify the browser and its information using QTP script?

0 Answers  


how u will describe testing activities?

2 Answers  


how to use command prompt using qtp?

8 Answers   HCL,


how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage

2 Answers  


There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?

6 Answers   Oracle,


Explain the difference between check point and output value?

0 Answers  


Categories