can anyone please tell me which is the best institute for
learning QTP and Automation Testing tools in hyderabad with
realtime examples and scenarios...I heard about many
institutes in Ammerpet hyderabad i.e Suresh Reddy's Smart
Solutions, Ashwin Palaparthi's Tech Teach,SUNNYSOFT, SITE
institute, I-VINTAGE, siritechnologies and sriven
institute..pls suggest me which to choose for learning
QTP....Which institute has fasttrack option?
Answer Posted / chinna
hi this u can go to mindq in s.r nagar ameerpet
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to find Operating system information using QTP script?
What are test settings and global settings?
distinguish between old version and new version QTP features.
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Does Low-level recording capture mouse movements?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
How to add synchronisation points in qtp?
Is it possible to call win runner script in qtp?
What is an optional step in qtp ?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
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 is quicktest professional (qtp window?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What is the difference between keyword view and expert view?
What are the methods used in UFT to handle exceptions or run-time errors?