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 |
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
what difference between client and server applications exatly?
Why u don’t like recording the script and writing the script
In website, protocol has been changed http:to https what you will do? tell me your approach?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
What is TOM in QTP?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
how do you remove object repository at runtime and load object repository and verify it
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
Can we set a timeout for the msgbox.I want the msgbox to disappear after 2 seconds during the script execution without clicking on the OK button manually.