How do u use Database checkpoints and what are the use?
Answer Posted / vinod
lets be in touch with me
"vinod.joshi97@gmail.com" I will let you all know about all
check point
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How you are developing the script? Using record and play back or manual?
Explain calling sub procedure.
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Where to use Property Let, Property Get, Property Set in UFT
How to import a test case present in ".xls" file to TD under a Test set?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
How many types of recording modes are there?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Explain about the test fusion report of quicktest professional (qtp)?
what is object and child object.. explain ..if possible give some example for better understanding ..