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 |
How can you quit from Action.
Explain about datafile/verification of date file when file is not available in local system?
How to Parameterize Object repository in QTP?
what is a file system object in QTP
How to retrieve the object properties at runtime without the usage of GetROProperty?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How to use Regular Expressions in QTP
what are the areas that cannot be tested using an automated tool? list a few
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.
how do i know how to use tools
how to add a runtime parameter to a data sheet?
what is the difference between IE & Netscape in web testing on a log in page