HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
Answers were Sorted based on User's Feedback
Answer / aiswaryan
CAPCHA images cannot be captured/read by QTP even by
setting Text Recognition and OCR.
So it cannot be automated.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / p.g.wodehouse
I have automated capcha not for gmail but for bseplus
registration page and it worked
Create a textarea output checkpoint which will create a
datatable column in which it will store the runtime output
values of the o/p checkpoint.In the next step set the value
of the editbox to the value to the value from output
checkpoint datatable column.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
Hi Friends, Every one is posting the Answers for the existing questions.Try to post the questions that are asked in Recent Interviews.It will be useful to the other Job seekers.
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp
What is a Patch in QTP?
What are the problems / difficulties faced when you used Smart Identification ?
how to write this script using descriptive programming? the script below is the script generated by QTP plz write the script using descriptive programming? plzzzzzzzz do answer thanku Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit("Email").Set "test123" Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit ("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4" Browser("Welcome: Mercury Tours").Page("orkut - login").WebButton("Sign in").Click Browser("Welcome: Mercury Tours").Page("orkut - home").Link ("Logout").Click Browser("Welcome: Mercury Tours").Page("orkut - login").Sync Browser("Welcome: Mercury Tours").Close
Is it possible to merge two object repository files in qtp?
What type of VB script u had done in expert view?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Who is the best faculty for QTP in Hyderabad? Is it Mr. G.C.Reddy, some are referring his name?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Hi Friends, I'm new to QTP. I want to write a function in QTP for below senario. In an Excel sheet column B, I Have 10 Url/Links, and in Colum A there is a Flag as Y and N. My test should run only on those iterations which are flagged as Y. Please help, Thanks