Answer Posted / amarendra kothuru
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 |
Post New Answer View All Answers
Explain how you can replace string in qtp?
Explain quicktest professional testing process?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
What are the differences between quicktest professional and winrunner?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Explain in brief about the qtp automation object model (aom).
Explain advantages and disadvantages of ddf?
Define Canvas view of UFT?
what is actually contain test report? can anybody post the test report
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
Why do we use breakpoints in QTP?
What is throw object?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Can U Explain about QTP tool from older version to latest version also its differences?