Did u use check points during ur work experience ?
Answer Posted / sudeepthz
If we are working with QTP, we should use the check points
to validate the functionality is working properly or not,
until unless we use descriptive programming.
Any new suggestions???
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
How many add-ins comes by default with qtp?
diff between qtp versions from 8.5
How would you export a script from one pc to another in qtp?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
In qtp, how you can get the last character from a string?
Hello friends..... On which areas of an application we can not test with QTP
What are the challenges u faced in testing with crm domain? How u overcome with?
How do you delete unwanted results in qtp?
what kind of frame work you used in your last project?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How the exception handling can be done using quicktest professional?
What are the different types of recovery operation?