Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text
check points?
Answer / 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 |
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
how to check URL using QTP? write vb script with descriptive programm only?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
How will u find that how many List boxes( and check boxes) are present in one particular window
What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP
Write a script to delete a specific row in a webtable.
How to capture the text from the application using QTP?
Did you face the problem, changing the properties of an object in Run Time?
Could you suggest me best coaching for automation in Delhi or nearby area?
how to test one edit box using Java addin for Web Applications? write script?
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks