What type of framework you are using in your company and
explain it?
Answer Posted / adlajaipal
hi
almost every organization vl use DataDriven frame work
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are table and db checkpoints?
Why we load add-ins in qtp?
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
how to prepared for first for the first interview?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Hi,All How to create a link in excel sheet using qtp
How QTP identify the system time that's changes every seconds?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What are the steps involved in the recovery scenario wizard?
what is the difference between data driver & data driven and driver script?
How to start recording using quicktest professional (qtp)?
what function you write to do database testing with the help of qtp?
what kind of frame work you used in your last project?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.