![]() |
|
Inserting comments along with name of the script in excel - 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: Inserting comments along with name of the script in excel (/Thread-Inserting-comments-along-with-name-of-the-script-in-excel) |
Inserting comments along with name of the script in excel - Prashanth - 05-16-2013 Hi All, I am running qtp scripts in batch mode using the following code, Now i want to insert description of that particular scenario along with its name Currently using below code: Code: set qtp = CreateObject("Quicktest.Application")'Aim : Gets folders and subfolders and runs test scripts '******************************************************** Code: Function moduledriver(modulename)'Aim :To writes result in excel sheet '************************************************************************* Code: 'function writeresults(modulename,rowno,testname,res,t1,t2)******************************************************** Please suggest me with other piece of code. Regards, Prashanth. |