Answer Posted / 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 |
Post New Answer View All Answers
why do u choose to go for testing why cant for devoloping
How regexp.execute method works?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Explain some uses of vb script?
How to Import data from a file (file is on the desktop) to the data table
How to get the length of the string by making use of the string function?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Why is it recommended to close the database connection every time after the work is completed?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Anyone have qtp11.0 crack?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
how to acces the remote mechine using vb cript(QTP)
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What is byref and byval parameters in vbscript?