QTP Datatable - 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: QTP Datatable (/Thread-QTP-Datatable) |
QTP Datatable - aanchal - 05-02-2008 Hi, I am getting the login user name and I need to compare that name with the names in datatable and once the name matches I want corresponding values entered for that entry. But when I do that everytime it takes value from first row of the datatable and there are on it is going to next row in Datatable. Is there any way we can move to next row in datatable? Thanks RE: QTP Datatable - niranjan - 05-03-2008 Check Datatable object in QTP Help. You can use setnextrow RE: QTP Datatable - somisays - 05-03-2008 Hi, You can use SetNextRow method of datatable.. DataTable.SetNextRow Thanks Sridhar RE: QTP Datatable - mano - 05-04-2008 Hi Sridhar, I am new to this QTP.In Accessing DataTable values through scripts.I have entered 3 values to the datatable and i highlighted a single value in the notepad .In the expertview i am "not finding any scripts recorded".When i run the test ,it passed .Since the scripts are not recorded ,i get the 3 outputs without the values.What should i do, inorder to get the scripts to be recorded.Please help me. Thanks. RE: QTP Datatable - somisays - 05-05-2008 Hi, If you can kindly post the script or code here then i can help you in that. Regards Sridhar |