Problem in Datatable Parametrization(QTP 9.0) - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Problem in Datatable Parametrization(QTP 9.0) (/Thread-Problem-in-Datatable-Parametrization-QTP-9-0) Pages:
1
2
|
Problem in Datatable Parametrization(QTP 9.0) - abhishek.hegde - 01-28-2010 Hi I am facing problem for "Data table Parametrization". I want to parametrize values for "ChkSelectedList". When i take the values from data table, the first row value is "ON" by default and from 2nd row i had given values like 15,16,17,18 etc. But while running test different number value is taking if i replace ON by any value then QTP is throwing run time error ""The Parameter is incorrect". Can any body help for this issue. thanks Abhishek RE: Problem in Datatable Parametrization(QTP 9.0) - Saket - 01-28-2010 I think 'ChkSelectedlist' is a checkbox and can be set only 'ON'/'OFF'. you will not be able to pass a value to this. I wonder how the rest of your parameters(15,6,17,18..) are working here. RE: Problem in Datatable Parametrization(QTP 9.0) - abhishek.hegde - 01-28-2010 Hi Actually while recording i will select say number 1 (i.e seat number - Check box), when i run the test with the parametrized values from data table(Global Sheet) QTP is not taking the parameter values that i have specified. Case 1 : Data table values with first row value is ON While running the test qtp is taking number 2 and for next run 3 & so on. Case 2: I replace "ON" with some other number, I will get above mentioned run time error. Thanks Abhishek RE: Problem in Datatable Parametrization(QTP 9.0) - Saket - 01-28-2010 If I am getting it right, you need to select a different check box every time not the status. If so you will have to go for Descriptive programming and parameterize the checkbox object, not the status. here you are parameterising the status of a checkbox. in expert view use something like Code: strName = Datatable("Name",dtGlobalSheet) RE: Problem in Datatable Parametrization(QTP 9.0) - abhishek.hegde - 01-28-2010 OK, I understood. I left check box object as it is and parametrized values(Data table - Global sheet) for user name and password's. the test run was successful but in the result window the status was "Failed". but i observed while running the test, there were 3 iterations(3 values i have specified in Global sheet) completed successfully. Could you please help me in getting why the result status is showing "FAILED" thanks Abhishek RE: Problem in Datatable Parametrization(QTP 9.0) - Saket - 01-28-2010 expand one of the iteration in your result and paste the snapshot, so that the actual error can be visible. RE: Problem in Datatable Parametrization(QTP 9.0) - abhishek.hegde - 01-28-2010 Yes. now i am sending one full iteration(Expanded) snapshot. there are two snapshots. First one is from Page 1 to 8 and second one is continuation from Page number 9. thanks Abhishek RE: Problem in Datatable Parametrization(QTP 9.0) - Saket - 01-28-2010 what is the error description? as you can see it has failed at checkpoint. notice the error there and see if you get somthing else let us know RE: Problem in Datatable Parametrization(QTP 9.0) - abhishek.hegde - 01-28-2010 I could not able to find any error message. the transactions (3 iterations ) was correct as i checked in the application. i could not able to understand one thing that test run was successful(Including transactions) but Status is failed in Result window. thanks Abhishek RE: Problem in Datatable Parametrization(QTP 9.0) - Saket - 01-28-2010 result is failing at your checkpoint, what is the purpose of that checkpoint? I think it is failed as there is no value there in your checkbox |