the build is develeped in Java. is possible to write
scripting in vb using QTP ?
Answer Posted / rohit
Of course we can.Quick test supports technologies like
.net,java,sap,main frames etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how to use QTP to check broken links on a page?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is the qtp testing process?
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 can you identify the browser and its information using QTP script?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is the difference between the design-time and run-time data tables?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
How will you find the current time of the remote machine using QTP script?
What is file database?
Explain the check points in quicktest professional?
Can you brief the hurdles you faced during Automation testing?
How to find the path of folder in which the test is saved in qtp?