Hi,All
How to change background color of a cell in excel using qtp
and that too with out using Excel Object.(I am importing
the excel sheet by using ImportSheet method)
Answer / srinivasa reddy m
Set oExcel = Createobject("Excel.application")
oExcel.Visible = True
Set oWorkBook = oExcel.WorkBooks.Open("c:\Book1.xls")
Set oWorkSheet = oWorkBook.WorkSheets(1)
oWorkSheet.Cells(1,1).Interior.ColorIndex = 38
| Is This Answer Correct ? | 15 Yes | 6 No |
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
where the check points are stored ?
Can you tell me any books or websites to learn VB Script for QTP ??
How do we create and run the scripts with out using O.R. ?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
what is syncurnisation point? what is the use of this in real time environment? plz explain?
What is checkpoints for quicktest professional?
wht is the difference between action and functio?
what is the process to follow between writing the test cases & then atomating it?
How did you use regular expressions in QTP and also in WR?
Where you get the run time data table?
What is vulnerability?