Answer Posted / jay
In Visual Basic there are two types of arrays; fixed-size arrays that always remain the same size, and dynamic arrays whose size can change at run-time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between action & Reusable action?
give me the code to save all messages of inbox of gmail into a folder and notepad
Explain in brief about the quicktest professional automation object model?
How to test background color and dynamic images during run time can you put the check point for moving objects?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
how to prepared for first for the first interview?
Hi,All How to create a link in excel sheet using qtp
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
desribe a situation where u faced a stressful situation and how did u cope with it
What are the differences between quicktest professional and winrunner?
Explain about datafile/verification of date file when file is not available in local system?
when u script reveiwing in which area u more concentrates?
how can i call function (which has link with excell sheet at a remote location) within another function
What is environment variable in qtp and why to use it?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks