How to compare the two strings?
Answers were Sorted based on User's Feedback
using strcomp(str1,str2,booleanvalue), we can compare two
strings
e.g: strcomp("abcd","ABCD",0) results 0 - avoids case
sensitive
strcomp("abcd","ABCD",1) results -1 follows case sensitive
| Is This Answer Correct ? | 9 Yes | 6 No |
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
what are the qtp tester responsibilities?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
How to analyzing Test Results using QTP?
Hi, Can anyone help me with: How to select a value from combobox and check the checkbox and set the filter. I have to set a filter by selecting a value from dropdown. Also, im using UFT 11.5 so can anyone help me with code for UFT. Thanks Sreevidya
what is the main process in QTP?
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
why use Description programming? what is advantages and disadvantage of this methods?
How do you create new test sets in td?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?