how to retrive that the number of spaces are in a string ????
Answer Posted / kamakshya prasad
Dim str
str="QTP, an automation Tool uses for software testing"
s=split(str," ")
msgbox ubound(s)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to use conditional loops in qtp ?
can any body give the banking domain concepts/links
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
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
What environment does qtp run in?
How do you open adobe acrobat file in QTP and do some testing on that file ?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Where you get the run time data table?
what is the difference btn risks & Therads in the Test plan documentation?
What are the ways you can synchronize?
What is regular expression?
after initiating one project for testing, when exacltly QTP tester role starts?
Write a QTP script to enter a keyword in to Google search engine?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?