Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

QTP Interview Questions
Questions Answers Views Company eMail

what is the Descriptive Progarmming? how it is help to testers in QTP?

TCS,

4 8221

How to enable the text check point in qtp? By default it is disables

Sify, ssinformatics,

1 11224

How to give Table check points?

ssinformatics,

4 8168

what is Function Definition Generator? can any one explain me in details?

Accenture,

6 13154

Describe the process for writing text check point for a web application?

ssinformatics,

2 7317

How to enter table check points?

2 6745

hi everybody this questions is only for qtp real time users. anyone please clearly explain the approach u r following for qtp testing in ur company or qtp framework u r following in ur company pelase give me clear explanation then u did great favour to inexeprienced qtp users

Automobile, EDP,

2405

We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.

2 6540

What type of error u will get if u have not installed java add in in java project? what is the error name ?

Verizon,

1 6053

What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);

4070

what is the framework followed by ur company in qtp

5 13238

what is the framework followed by ur company in qtp

Ordain Solutions,

5 11179

How to connect to the Database from QTP?

DB, Thatavarti Technologies, Xchanging,

10 113419

What are the recording modes and executing modes avialble in QTP?

Polaris,

3 11613

What is the latest version in QTP?

Bharti, Polaris, US Technology,

55 71840


Post New QTP Questions

Un-Answered Questions { QTP }

Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?

2683


What is the use of running the scripts in Hidden-mode in UFT?

1273


What are advantages of test automation?

1198


What is checkpoints for qtp?

1027


How to replay a script in qtp?

1146


Where you get the run time data table?

1097


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

1088


While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?

2001


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

2085


Is it possible to call win runner script in qtp?

1135


Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.

2903


Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John

2638


Can any one send me the QTP Basic Coding Samples?

2145


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1930


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1978