compare the string without using stringcomp function?
2. how to compare values without using String compare function?
Ans:
Option Explicit
Dim strValue
strValue = "Thatavarthi"
If strValue = "Thatavarthi" Then
MsgBox "Both strings are same"
Else
MsgBox "Both strings are not same"
End If
'Expected out Put
---------------------------
---------------------------
Both strings are same
---------------------------
OK
---------------------------
| Is This Answer Correct ? | 0 Yes | 1 No |
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Explain about arrays in vb script?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What are the disadvantages of vbscript?
what is the use of Data base check point ?
How will you get the last occurrence of one string within another string using vbscript?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Which loop is used in case of arrays in the vbscript language?