There is a name "AJAY" how do u count no.of. "A" in that
name ?
Answer Posted / ravi
res=split("AJAY","A")
msgbox "No. of A's " & ubound(res)
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
If you are testing a web application then what will you test in that application?
What is a data driven test in qtp?
What are the types of data tables in qtp?
can u please explain what is the exact difference between qtp8.2 and 9.0
how can we compare descriptive programing with a regular expression
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
after click on compose mail how can we attached a file in qtp with vbscript code
Explain features of the latest version of qtp/ uft 12.1?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
Is it possible to split an action? How?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
Brief the process of testing with UFT?
wht type of User defined functions or Java Releated functions do we write in VB scripting