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 is check point?
how to choose the framework in qtp ? 2)when we go for the descriptive programming ?
What is driver script and driver script in qtp frame work????
What is the quicktest professional (qtp) testing process?
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
where exactly we can't do the automation testing. give some examples
How many add-ins comes by default with quicktest professional?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
what is Smart identification
I want to open a text file and then search some specified text in it and then replace that text with some other text i found that text in .txt but do not know how to replace that text can any body help me. if possible put the code for qtp