how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / sateesh
str="uday"
For i=len(str) to 1 step -1
strchar=mid(str,i,1)
resultstr=resultstr&strchar
Next
msgbox resultstr
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
Explain me what kinds of annotations are used in testng?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
What factors determine the effectiveness of automation testing?
Give some examples for performance test tools?
Tell me an example of the languages supported by webdriver?
What is the deference between automation tools and management tools?
Tell us the line of code webdriver driver = new firefoxdriver();.?
What are the different types of testing framework techniques?
Explain some automation testing tools.
i have one answer from you that today the test cases are not stored in the database(SQL server 2005). But in automation testing where does the test case store? plz tell me... i have more confusion
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
Name the frameworks that are used in software automation testing?
Do you know what is selenese?
What is in-house tool?