How function returns a value?
Answer / sandeep
Simple
nearly at the end of function write statment
functionname = Value of variable you want to return.
If this is single value then only one value is returned.
If value of variable is an ARRAY then entire array is
returned.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to retreive the xml file data through qtp.can anybody send script for this..
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
What are the enhancements u did after recording ur script?
What is difference between WR and QTP?
What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?
Pls Solve Error(SAP-CRM):- Cannot identify the specified item of the SAPNavigationBar object.Canfirm that the specified item is included in the object's item collection.
write the vb script for call to new action in qtp?
What kind of errors can b handled in QTP in real time scenario?
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
How the exception handling can be done using QTP
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
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.