Hi All,
How to get repeated word in string .
Thanks
Balaji
No Answer is Posted For this Question
Be the First to Post Answer
what is delay in QTP?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
Which object model ur used in ur project
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance
Can anybody give the script to addsheet, add column,add values under that column in the rows?
how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 Answers Synchronoss Technologies,
How to identify 2 versions of browsers based on regular expression
what is difference between analog and low level recording
how to test Web application using QTP software
how to convert 100 into hundred repees only and viceversa
The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?