How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
2 5786Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).
2 6226I 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.
95 44476why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
4 9220How 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
3079Post New Cap Gemini QTP Interview Questions
What is the difference between an event and a delegate?
what is excise
Does provisions need to be subtracted from reserves if net worth is calculated on the basis of share capital based method
Explain what are the methods in session object in asp?
Can enum be null c#?
Is windows 10 better than windows server?
How a pointer differs from a reference?
What are the levels of architecture?
what is the model to interprete data ?
What is the main activities of Assessment Cycle? and how it works? plz. give the configuration in details.
How to list all values of submitted fields?
What is the difference between nowdoc and heredoc?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Why is linux better than windows?
Is html only used for web pages?