How u call functions in QTP Function to calculate the
length of characters in a wor
Answers were Sorted based on User's Feedback
Answer / alok
Please use the following steps:
str="QTP"
A=len(str)
msgbox A
o/p
3
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
can we run the scripts of qtp 8.2 in the qtp7.0?
Are You using any frame work? What is that? Explain about that.
Use of Multiple Actions in QTP?
how to check URL using QTP? write vb script with descriptive programm only?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
what is object and child object.. explain ..if possible give some example for better understanding ..
Hi All As per the requirements i have to copy the data from word document to excel sheet using the QTP Note : Data in word document is in tabular format i.e there is 80 rows and 5 columns table Can any body provide code for this ? Thanks in advance Regards Test123Test
how do you remove object repository at runtime and load object repository and verify it
suppose i opened 6browsers and i want re-open the 4browser what is code for this..pls help me..
What is a recovery scenario?
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first