Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
1 4223How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
2 7078IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
2 5872I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
12 18752What are the file extensions for per-action, shared object repository files and what is the extension for library files?
4 9189What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
1 5099
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What are private functions in QTP? How they can be called from the function library?
How will you handle java tree in qtp?
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 will you load the test cases in ddt?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What is optional step in qtp? How you can add optional step in qtp?
What are the factors on which script execution time is dependent?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
How many types of actions are there in quicktest professional?
how do i know how to use tools
How you know that a test case is a regression test case
Explain the types of properties that quick test learns while recording?
What are the challenges you faced during you entire life automation ?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)