How u call functions in QTP Function to calculate the
length of characters in a wor
Answer Posted / dhanasekar
calculatelength("this is to test")
function calculatelength(string)
calculatelength = len(string)
End Function
Regards,
Dhanasekar S
http://testingideas.wordpress.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How to handle the exceptions using the recovery scenario manager in qtp?
What is the difference between byref and byval in qtp?
How will you test a stapler?
How is a Step generator used in UFT?
Are Shared ORs read-only?
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
Why qtp always start action1 and does not start action?
How you can find the absolute value of the number in qtp?
How to find operating system information using the qtp script?
How does you pass optional arguments in qtp?
desribe a situation where u faced a stressful situation and how did u cope with it
Explain the features and benefits of quick test pro(qtp)?
What are the different types of recovery operation?