Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answer / lakshmi
Dim Str,I,J,Temp
Str="INDIA"
For i=1 to Len(Str)
J=Mid(Str,i,1)
Temp=Temp&J&VbCrlf
Next
Msgbox Temp
Please let me know if u any other answer which is simplest
than this.
| Is This Answer Correct ? | 8 Yes | 1 No |
How does QTP identifes the object in the application?
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
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
what is verification & validation?
what is the purpose of SetTOProperty Method?
1 Answers Cap Gemini, iGate, Wipro,
What is QuickTest Automation Object Model? Where we can use AOM?
What Folder Structure following in Keyword Driven Frame work?
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail
how to write scripts in QTP?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
what is the automation framework that ur company using(actual procedure,not theoritically explination)