what is descriptive programming?
what are the mandotory properties in qtp?
what are libriry functions in qtp?
what frame work you are using at your project?
what is object repositery?
what is our role as per qtp project is concerned as a
software tester?
Answers were Sorted based on User's Feedback
Answer / raghu
if at all the object description is described inside the
program then we call it as DESCRIPTIVE PROGRAMMING.
Library functions in QTP : these are the user defined
functions
what are the mandotory properties in qtp : Mandatory
properties are a list of properties under mandatory section
inorder to identify the object.
what frame work you are using at your project: Data Driven
frame work using the datatable sheet.
what is object repositery : this is a storage place where
one can store the objects info.. and it also acts as an
interface testscript and AUT in order to identify the
objects.
what is our role as per qtp project is concerned as a
software tester : AUTHORING , Execution anddefect
rising,query logs
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abcd
if the object description is described in the program
itself i called Descritive programming. or with out using
repository we will identify the objects by using objective
properties.
.vbs
Key word driven
Shared repository
creating test scripts
execuiting "
result analysis
bug tracking
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shubhranshu bhattacharya
Descriptive programming: As it indicates it also describes
the object and program with the property and method
associated with them. It does not need any eternal help or
object repository to run.
Mandatory Properties are those which are by default present
in the system for the object and should be used at run time.
Data Driven framework is being used with data table for input.
Object Repository is a storage place in qtp where all the
methods and properties are recorded with the object which
are helpful in run time of the test or in other test.
| Is This Answer Correct ? | 0 Yes | 0 No |
why do we use both location and index identifier.
how can i prepare for QTP(8.2) to face interview ? give over view details?
what is the exact Diff. Between Test and Component in QTP?
I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.
What is the quicktest professional testing process?
How to creating an output value using quicktest professional (qtp)?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
Can we create a qtp test from qc?
How to execute a winrunner script in quicktest professional?
Hi, Can any body please tell me how to create framework in qtp & where i can get some material to learn about it. regards, rahulT
how can we handle errors other than using recovery scenerios in qtp