Parameterize checkpoint using excel sheet - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Parameterize checkpoint using excel sheet (/Thread-Parameterize-checkpoint-using-excel-sheet) |
Parameterize checkpoint using excel sheet - prasadworld321 - 04-03-2010 How can i parameterize the standard checkpoint using external excel sheet? For example, i have to insert order for 5 different flight in FR application and after insertion i want to check whether Flight No:, Arrival Time:, departure Time: and Airlines: data are as expected and all these information are stored in the external Excel sheet. so using standard checkpoint how can i parameterize Flight No,arrival time, departure time and airline. can anybody help me RE: Parameterize checkpoint using excel sheet - manishbhalshankar - 04-05-2010 Hi Prasad, You will have to import the excel sheet in the datatable and then parameterize the checkpoints. |