Hi guys,
Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ???
and also VBscript is also deleted/Removed from QTP ????
Javascript is added latest and tool name is called JFT ???
From this year ??
Answer Posted / ultimate test
This is really not a possible questions.the person whoever has asked this question may not be knowing what automation testing is about ☺
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which scripting language used by quicktest professional?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
if anyone has idea of the interview procedure in covansys, plz send me a mail?
What are the types of properties that quick test learns while recording?
How does qtp identify gui object?
How to associate function library at a run time?
How to break the object spy ?
What are the recording modes in qtp?
How can I use Call dlls in QTP ?
Is it possible to call win runner script in qtp?
Explain how qtp identifies object?
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
What are the key elements available in test result window?
In qtp, how you can exit for loop?
Explain in brief about the qtp automation object model (aom).