Answer Posted / snp
The add-ins are included so that QTP can recognize certain
objects. Java add-in enables QTP to be able to identify
JAVA objects and use corresponding methods; similarly .NET
add-in helps QTP to identify .NET objects. A .NET window is
identified as swfWindow and not WinObject or Window Object.
Will QTP accept Javascript would mean - can you make QTP
identify objects, perform tasks like entering data in edit
box, click buttons, etc. using JavaScript.
Answer is YES.
Quote from a documentation
"You can write your QuickTest automation programs in any
language and development environment that supports
automation. For example, you can use: VBScript, JavaScript,
Visual Basic, Visual C++, or Visual Studio.NET."
Please refer
http://students.depaul.edu/~slouie/QTUsersGuide.pdf - page
804-805
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Difference between test object and run time object?
describe some problems that u had with automating testing tool?
What are the different ways to invoke an application using QTP?
What is parameter in qtp?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
How many tabs are available to view your test in a test pane and what are they?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
When to use shared and local object repository?
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
Which functionalities of QTP used in banking project?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
What are the challenges u faced in testing with crm domain? How u overcome with?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
In qtp, explain what is qrs file?
how to know no.of mails in our g mail by using vb-script