how to count spaces in a given string ex: "this is jagadeesh"
in QTP with simple functional script
Answer Posted / jaag@jagadeesh
dim str
str="this is jagadeesh
var=UBound(split(str," ")))
msgbox var
ans
2
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What is difference in global and action sheet in qtp?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Can I change properties of a test object?
In qtp, how you can remove the spaces from string?
What is data driver in qtp? Where we use it?
how interviews will be on QTP?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Explain the qtp test phases.
What is file database?
what is error and fault in terms of software quality?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
distinguish between old version and new version QTP features.
Define object spy ?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.