i m tryed to use qtp in a user registration form but at
the "image enter"part it gives a error when i run the qtp
bcz the image is changed every time so it gives a error
when i use regukar expreesion fot this it still gives a
error value bcoz it reads the image code bt nt reconige the
image which i enter in the image verification text box.so
hw can i automate qtp for this function.plz give me a answer
Answer / kanti
Hiiiiiiiii,
I m also finding ans of this question,
but still I dont got any ans.
All the best
| Is This Answer Correct ? | 0 Yes | 2 No |
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
QTP identified the object but not performing the desired action???what could be the reason?????
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
Have you used xml check point in your project?
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to handle dynamic objects in QTP?
what kind of erros can be handled with the using QTP?
When I start recording any web application (either Mozilla or IE) QTP recognizes window instead of browser and also it does not show all the hierarchy tree of that particular web page. 1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") 2. As everybody knows it should be browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") I am using the windows vista, do you think it may be a problem of my settings in QTP or problem of my installation. Your kind responses will be appreciated. Thanks in advance. Satya
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....