how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / tejesvini
Str1 = "QTP+QTP=2QTP"
var1 = Split(Str1,"QTP")
var2 = Ubound(var1)
msgbox var2
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How smart identification works in qtp ?
is there any addin for remedy user application
regular expression in qtp standar check point for months from accepting months from january to december only
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
How to write business scripts using object repository with different scenarios
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
What is the significance of “action 0” in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
Can we create user defined functions in qtp?
what is supply chain management?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
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.
In qtp, how you can remove the spaces from string?