1.How to find in which row or column,string "Hyderabad"
exist in excel sheet?
2.How to find how many times character "a" repeated in a
given string "Koteswararao"
Answer Posted / lakshmi
str="Koteswararao"
st=Split(str,"a")
Msgbox ubound(st)
Please let me know if u have simplest answer than this.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
How to add verification steps to tests?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
In Remote acess server how u run a test?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
How to check bitmap output value?
Explain in brief about the quicktest professional automation object model?
Sql questions to find second max salary and how to use joins
What is the basic concept of qtp?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to modify the text checkpoint?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
explain keyword driven framework with banking domain?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?