This is a discussion on Doubt in QTP(urgent) within the Software Testing forums, part of the Testing category; hi all, Please anybody help me to solve this.. I want to captuare a value from a textbox, which is ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Doubt in QTP(urgent)
hi all,
Please anybody help me to solve this.. I want to captuare a value from a textbox, which is in disabled mode.(while updation). And that captured value should be displayed/saved through a message box or in an Excelsheet. just like we get details of a submitted form. Please do the needfull, as soon as possible. Thanks & Regards, Sussin. |
|
|||
|
Quote:
code to write into excelfile Excel_Filename="D:\TestingTraining\Shriilife\NPDR.xls" (path where ur excel file is located) Excel_Sheet_Name="NPDR" (sheet where u wana write the data Set XLsheet = createobject("Excel.Application") XLsheet.visible = False XLsheet.WorkBooks.Open(Excel_Filename) XLsheet.worksheets(Excel_Sheet_Name).select XLsheet.cells(row no,col no)=value to be written into excel XLsheet.ActiveWorkBook.save XLsheet.ActiveWorkBook.close XLsheet.Quit Set XLsheet = Nothing |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Doubt on Functioning of Query | caradoc | Oracle Database | 1 | 05-18-2007 04:00 PM |
| doubt in db2 | mallakishore | Other DBs | 1 | 04-07-2007 09:31 AM |
| vb.net doubt | Neelima Yerra | Microsoft .NET Tutorials and Articles | 3 | 02-24-2007 07:54 AM |
| Doubt in asp.net | zubairsmd | Microsoft .NET Tutorials and Articles | 3 | 04-28-2006 08:02 PM |
| coding doubt | sudhap | Visual Basic Tutorials | 1 | 01-26-2005 10:40 PM |