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 the general issues faced while using automation tool Qtp9.0
Explain script generated after applying database check point?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is a reusable action?
How to see the screens after running test in QTP?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
What is quick test pro? What is a quick test professional?
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
Pls let me know how to find out creation time and index for the web application in descriptive programming?
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
anybody give me the real time example for descriptive programming of web application
Difference between copy to action and call to action?