![]() |
|
Problem Add Parameter Data Table - 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 Add Parameter Data Table (/Thread-Problem-Add-Parameter-Data-Table) |
Problem Add Parameter Data Table - aramcos81 - 02-02-2010 I would write a value to Global Sheet or Local Sheet. If I use this command "DataTable.GlobalSheet.AddParameter "B" ,1 I don't view parameter in DataTable. Is it correct? RE: Problem Add Parameter Data Table - Saket - 02-03-2010 whatever you do at runtime, is applicable during the run session only. so when you add a new parameter, it is getting added at runtime, but will not be there permanently. check your result, it must be added in the run time data table. |