how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)
Answer Posted / bantanahal haribabu
using regular exp=======
set Obj=New RegExp
Obj.pattren="[a-z]"
obj.global=true
set obje1=obj.execute(str)
for each letter in obje1
result=letter.value&result
next
print result
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
what is command for executing files?
Mention the different actions types of qtp.
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How QTP support all types of applications (platforms)?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How many types of actions are there in quicktest professional?
after click on compose mail how can we attached a file in qtp with vbscript code
what is meant by Implicit and explicit requirements?
How to give a call to another action from one action?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
what frame work you are following?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to create Reusable and Multiple Actions?