Answer Posted / tharapathi ramesh ravala
Browser("Home -").Page("CTDProfiles").Image
("Edit").FireEvent "onmouseover"
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Suppose I want fail that check point? How can you do that?
your coming from electrical backgroung..but y ur coming to software side?
Explain different type of event trigger option.
When to use shared and local object repository?
what is stepin & stepout?
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 fragmentation and paging?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What are the flaws in water fall model and how to overcome it?
By using QTP can we record any log files written by the application which is in execution?
When should I use smart identification?
How to change the priorities of the recovery scenario properties?
how to acess a test in RSA?
how to download mercury qtp9.2 ny internet ?
What is 'sleep' in sync point?