Answer Posted / vandana sharma
Mercury has determined that 1.4MB is the maximum size of a XML file that QTP 6.5 can handle
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if anyone has idea of the interview procedure in covansys, plz send me a mail?
When to use shared and local object repository?
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.
What is difference in global and action sheet in qtp?
how to find that tools work well with your existing system?
How to analyzing the checpoint results?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
Did the scripts need lot of maintenance? If yes, why?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
assume i have few url link how will i dynamically call then using descriptive programming?
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
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How many types of actions are there in quicktest professional (qtp)?