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
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
distinguish between old version and new version QTP features.
What is the purpose of loading qtp add-ins?
What are the types of data tables in qtp?
What are the features supported by UFT?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Explain the check points in quicktest professional (qtp)?
How many types of recording modes in qtp? Describe each type with an example where we use them?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
How do you perform Regreession Testing?
What is accessibility check point?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How can you give wait up to 10 seconds in qtp?
Does Low-level recording capture mouse movements?
How you debug your script?