how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / pankaj jaju
strArr = Split("QTP+QTP=2QTP","QTP")
numOccurrence = UBound(strArr)
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Explain advantages and disadvantages kdf?
What is data driver in qtp? Where we use it?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
What are the ways you can synchronize?
how can we compare descriptive programing with a regular expression
What are the differences between qtp and winrunner?
what is the difference btn risks & Therads in the Test plan documentation?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How to recognise the webelement and verifying that webelement is enabled?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How to carry out bit map check points in QTP
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Where we use data driver in qtp?