![]() |
Parameterization - 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: Parameterization (/Thread-Parameterization--3161) |
Parameterization - erora - 02-27-2010 Hi, I am very new to QTP and this might sound too basic a question but please do help. I used parameterization to run 5 iterations of a test with different values. Now even when I delete last 2 rows by using Right Clicking on Data table values and -->Edit-->Clear-->All OR Edit-->Clear-->Contents The test still accesses the rows 4 and 5 even if they are blank ( no values) and I get an error message. What am I missing? Pls help RE: Parameterization - sreekanth chilam - 02-27-2010 Hi, In below ways, Only data would be removed from that rows & continues to be in Used Range Rows with no data. Right Clicking on Data table values and -->Edit-->Clear-->All OR Edit-->Clear-->Contents Hence you should Delete the entire rows along with data. Hope you are clear now ![]() RE: Parameterization - erora - 03-03-2010 How do I delete the entire rows? I selected the rows and then clicked on View-->delete. Still the same results. It tries to access data from deleted rows still RE: Parameterization - sreekanth chilam - 03-03-2010 Hi , Select the entire row > Press Ctrl + K shortcut key in Keyboard Or Select the entire row > Right Click & select 'EDIT' --> Delete |