how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / digi
IPString="buddy"
Dim StrTemp
StrLen=len(IPString)
For i=0 to len(IPString)-1
StrEachChr=mid(IPString,StrLen-i,1)
StrTemp=StrTemp & StrEachChr
Next
msgbox StrTemp
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
what are the steps followed in unit testing, system testing, integration testing
how to write ciertification in QTP?
How to Rcognize the Objects in the Web Page Dialog Using QTP
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
What generally is the structure of a framework?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
Please explain what is a relative xpath?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
What are the points that are covered while planning phase of automation ?
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
Tell us how can we handle web-based pop-up?
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)
what types of documents we need to write the nonfuntional test scripts?
Can you list some other automation testing tools that you are familiar with?