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 |
PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR? Is it possible or not? If No Why we r using qtp Td Combination? plz explain briefly? What is the purpose of TD With QTP?
Explain the differences between table and db checkpoints?
How will you find the current time of the remote machine using QTP script?
What type of VB script u had done in expert view?
what is defination of intergration testing?
we have 10 actions in out test how can we convert 9th action is main action ? how ?
What r the advantages of automation?
I want some banking domain projects where can i get this projects ( anybody can help me plz)
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
Explain the check points in quicktest professional (qtp)?
How to run a test using quicktest professional (qtp)?
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.