In an interview what r the questions asked in qtp related
project? pls any answer this question?
Answers were Sorted based on User's Feedback
Answer / rohit.qtp
some basic que Can be ask
1. where you use QTP in your project?
2. for which module you use QTP?
3. Which framework u have used?
Its upon your answer, they will ask question, Recovery scenario
which checkpoint you use?
which module you have parameterize?
where you use recovery scenario?
Also depend upon experience you are showing.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / krishnateja muppalla
Ordinal Identifier?
Smart Identification?
Framework?
Types of recording and use?
Some function and function libraries?
Check Points?
Descriptive Programming?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnateja muppalla
Explain your framework?
Modes of recording?
Check points?
Functions?
Smart Identification?
Ordinal Identifier?
Types Recording modes and where they are used?
Repositories (Local and Shared)?
Object Model of your project?
| Is This Answer Correct ? | 0 Yes | 1 No |
where is the bitmap checkpoint be saved
what are build and version plz explain why nomber changes in build and version?
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
how do u create new test sets in TD
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?
wht type of User defined functions or Java Releated functions do we write in VB scripting
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Basically why we need testing?
Hi guys, Our company has started to automate testing and started using the tool QTP.Iam new to QTP and I have the following questions to ask. Would appreciate if anyone could give me a hand on this and explain things in a detailed way. [1] Bugs outside checkpoints: I know that I can easily make the QTP do what I want inside the application. Also, I know that I can insert some checkpoints and that the qtp will notice if those conditions are not met. However, there are bugs and problems that might not be connected to a checkpoint (system crash, database error, losing session/logout etc.); how can I make sure that the QTP will notice such problems as well and flag a test as failed. [2] How to tell the QTP that when a particular statement is "false",it should flag it as, test failed and show in in the test report. In short how to tell the qtp that a test is false from the script so that it shows it in the report For Eg:- if(true) test passed // how to instruct qtp else test failed // how to instruct qtp [3] Test script portability: we are having several environments; If I record a test on User Interface, obviously, the qtp will save the URL; however, how can I make the qtp run the tests so that the url is provided dynamically. Is there a possibility to parameterize the web server.Is this the way to do it.I dont know? [4] Test management: How do I manage the tests? I guess we will be doing it in Quality Center, yet, it’s not perfectly clear to me how we will be doing that. [5] Running scheduled test sets: How do I group tests to a certain test set? How can I make this test set run at a predefined time? [6] Test maintenance: What do we need to do beforehand in order to enable for easy test maintenance, meaning small adjustments in tests? [7] Reports: What kind of reports on test results are available (either QTP or Quality Center)? Thanks in advance and hoping for an answer. Jen
What criteria do you use when determining when to automate a test or leave it manual?
How to check feasibility of the appliction?in automation testing?