Few basic questions on commonly used Excel VBA
functions.
Answer / sreeprasad
common functions are:
Coloring the cell
Auto fit cell
setting navigation from link in one cell to other
saving
| Is This Answer Correct ? | 22 Yes | 8 No |
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How to supress warnings from the "Test results page"?
What are the differences between table and db checkpoints?
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
How to connect QTP to Testdirector
What are the disadvantages of Recovery Scenarios in QTP ?
What are the 3 main stages involved in testing with qtp?
How can you send user defined messages to test report?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
How u call functions in QTP Function to calculate the length of characters in a word -
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent