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".
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.
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.
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.
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"
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.
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.