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
In qtp, how you can get the last character from a string?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
What is object spy in quicktest professional?
what is the difference between development and testing
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What are the different recording modes and how do they work?
How many types of Automation frameworks are there in UFT? Describe them.
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
What are the recording modes in qtp?
Can anybody post some real time scenario in qtp? please its very urgent.
What test you perform mostly? Regression or retesting in your testing process?
Problem with XML checkpoint in QTP ?
What is qtpro? What is quick test pro?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??