I want to do Certification course in QTP. For this I
request you to suggest the best Tutorial in PDF format, as
i'm not in a possition to afford any 'Fee' to join in any
institutions.
Hence, if possible, kinldy mail PDF file to my mail-ID:
chakri_avala@yahoo.co.in
Regards,
Chakradhar Yadav.
Answer Posted / mallika
I also want the QTP materil in PDF. please send me to my
mail id mallikakusuma@gmail.com. please some one send me
the material.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How software tester can use constants and variables in scripts?
Hi Samrat, Thank u very much, what u said it is right.
What is business process testing(bpt) in qtp?
Through array we can execute the testcase how ? give me example
Explain the features of quick test pro(qtp)?
What is the difference between the design-time and run-time data tables?
How to delete an object from the object repository?
How can i check items sorted or not in a weblist ? Give me the script for this...
How to find array size in qtp?
What are the types of environment variables in qtp?
How many types of run modes are there in qtp?
How many types of Automation frameworks are there in UFT? Describe them.
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.