How will you handle custom object in QTP?
Answers were Sorted based on User's Feedback
Answer / nagk24
custom objects are nothing but qtp not understandable
for example if we working wit paint try to record and add objects in repository,qtp will not understand that
so,here wo do diff methods 1)analog 2)low level recording3)virtual objects 4)send keys to application 5)Dot net factory
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sujatha
Custom objects are nothing but the user defined objects
since Qtp cannot learn those objects it adds those objects
in the Winobject. so all the custom objects will he
handled only by winobject. And all the standard objects
will be handled by the object repository.
| Is This Answer Correct ? | 1 Yes | 4 No |
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Explain the check points in QTP?
What is the use of text output value in quicktest professional (qtp)?
What is checking bitmaps?
Describe how Smart Identification is used
what is the use of descripting programming?
How to Analyze the Checpoint results by Text/Text Area Checkpoint?
1...HOW MANY TYPES OF OBJECT REPOSITORY ARE THERE IN QTP? 2....WHAT ARE THE REPOSITORY FEATURES EXPLAN. 3...HOW TO CREATE A RECOVERY SCENARIO? WHAT DOES RECOVERY SCENARIO MANAGER DO? 4...OPEN A WORD FILE AND MODIFIED WITH SOME VALUE USING QTP? 5... HOW TO CREATE EXCEL FILE USING QTP? 6... HOW TO RETRIEVE A VALUE FROM WEB TABLE? 7... WHAT IS QC REQUIREMENT TAB DO ? HOW TO MAP THE REQUIREMENT? 8... HOW TO PASS A VALUE FROM EXCEL FILE TO SCRIPT? 9...WHAT IS THE USE OF SPLIT FUNCTION?
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?