The string is like POWER STAR PAVAN , write a script for
this how to findout the number of "A" in the string ?
Answer Posted / goms
Val="POWER STAR PAVAN"
If instr(Val,"A")>0 then
Msgbox "Pass"
Else
Msgbox "Fail"
End IF
Note: If instr function returns the position of the value.
If it is greater than 0, the letter is in the particular
variable
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
What does mean by Scope of Automation?n How we defined it?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
Explain the concept of object repository and how QTP recognizes objects?
i can done the project with QTP in that time i can say how many members in my team size?
Explain the Different types of QTP test assets and their extensions?
Explain about the quicktest professional (qtp) automation object model?
How we can import data from database?
What is the use of sendkeys and what are send keys
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
How would you directly trigger javascript in a test?
How can you give wait up to 10 seconds in qtp?
How can I change object description or check point values in qtp?
How does quicktest professional (qtp) identifies the object in the application?