How to call .vbs functions in QTP? plz Explain indetail
Answer Posted / kavs
to call function in QTP go to
test--->settings-->resorces-->add the .vbs file
correct me if am wrong.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Where we can use the synchronization?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
how to find that tools work well with ur existing system?
what is the difference between built-i function and In-built function?
what are the utilities and drivers
How to modify the text checkpoint?
Your roles and responsibilities and daily tasks? (As automation tester)
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What is checkpoints for qtp?
How can we conduct U-I Testing by using QTP??????
Can we write winrunner language i.e TSL in QTP tool?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What is throw Object?