why should we choose VSTET(Visual Studio Team Edition for Testers) and not QTP?pleas give me the reasons for "WHY" we have web and client server app, supports power builder and on windows OS so this is the background of tech and envir things we have and now VSTET is good to use or not? if "NO" then tell me why
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Whats the realtime QTP testing process
which type of testing process are you following in ur company? how to recognize a qtp page?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
explain abt dyanamic changing object with example?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How to do call a output parameter from one action to another action??/
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
can u explain relative path architecture framework in qtp?
How should we write and execute a user define function using WinRunner.
What is throw Object?
What is the difference between Keyword Driven test and Data Driven test?