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 |
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
how to get no.of non empty rows in a excel sheet through vb-script
how we can know qtp has used smart identification machanism during the execution.
I am having trouble understanding #1 how to paramaterize a userid and password that I need to call in about 25 existing scripts. I need to know how to Create a Reuseable action for 25 existing scripts that will call the exact same userid and password? I need to know how to create a Reuseable action and then have it called by existing scripts being run in a batch.
How u perform exception handling in QTp,what is other name for ths
What is meant by Output Value in UFT?
What is QTP testing process?
How do you connect to database ,What is the script to connect DATA BASE?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
How to handle Run-time errors?