Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text
check points?
Answer Posted / sreelatha
Suppose if we have 100 records in the database.In that 100
records we have 3 records with name Johnsmith, John and
John smith.If we use exact match for Johnsmith only record
will come with name Johnsmith.if we use match 3 records
will come with name Johnsmith,John and John smith.If we use
ignore space 2 records will come with name Johnsmith and
John smith.Ignore space will ignore spaces when spaces are
present inbetween,exact match will check for the exact name
even it checks for the spaces too,match it checks only for
the keyword.suppose u use match for the word john it will
give 3 records with the above names.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Have you done batch testing in qtp? If yes how you are doing?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Can we use index on view?
What are the technologies supported by qtp?
Can we Test Welcome Screens and Process Images with QTP
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
How to test background color and dynamic images during run time can you put the check point for moving objects?
what is the difference between built-i function and In-built function?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Hi All, I need code for how to execute qtp scripts from excell sheet
How to save your test using quicktest professional (qtp)?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
what is Property......End Property loop? how to write sript for it in QTP