Answer Posted / akshay kumar
"Execution Grid". It is place from where we Run all Manual / Automated Scripts
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference in testing a client-server application and a web application?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Dis advantages of XML checkpoint ?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How to build scripts that access data from external sources?
Why is action split used by qtp?
Generic function to search for the unique link in webtable and click on it
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How many types of recording facility are available in quicktest professional?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is file database?
what are the utilities and drivers
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 could go wrong with test automation?
What are the technologies supported by qtp?