Is VBscript case-sensitive?
Answers were Sorted based on User's Feedback
Answer / monika
VBScript is "not" a case sensitive until we are not doing binary comparison. if we are doing binary comparison than it is case sensitive.
e.g. TEXT and text will be different if binary comparison is done. but it will be same if textual comparison is done
StrComp("TEXT","text")
outpot: -1
StrComp("TEXT","text",1)
outpot: 0
| Is This Answer Correct ? | 6 Yes | 1 No |
what is fire event method in qtp?
Explain about adodb.stream class?
Write a Script for ATM in QTP
Description.Create
best training centre in bangalore
How will you convert a string to upper case string using vbscript?
How will you get the natural logarithm of the given number in vbscript?
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
write a vbscrpit to swap values
what is the object hyrarchy in QTP for a web based application
How to return a value from function...? you should not tell msgbox, print.. etc.,
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?