Which is the best testing institute for QTP training in
Hyderabad.
Answer Posted / suman
SRSS is the one of worst institure, its a watste of time &
money. Suresh reddy doesn't know qtp adv. topics at and and
he doesn't have any real time exp.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
How many types of recording modes are there?
What is throw Object?
How do know the number of browsers opened?
How do you convert manual test cases to automated test cases?
Connect to QC using AOM.
How to use transactions in qtp?
which type of testing process are you following in ur company? how to recognize a qtp page?
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
Explain the Different types of QTP test assets and their extensions?
How to add synchronisation points in qtp?
what is error and fault in terms of software quality?
Explain sub procedure of vbscript.
Explain how you can delete excel file in qtp?
If I change the object name in one action will it be updated in all the actions? Or not?
What are the different types of recording modes in qtp? Which will be used when?