if devloper change only button names in present build then
script will execute or not , why? Only gui changed.......

Answer Posted / raj

If name is the only unique property for recognizing the
button then it will give error. But say if you have
different object identification property like html id. then
script will work without error.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain in brief about the quicktest professional automation object model?

522


How to integrate the qualitycenter with qtp

1781


Sql questions to find second max salary and how to use joins

973


Explain the difference between call to action and copy action?

531


What is the difference between call to existing action and copy of an action?

607






what is the structure for the data driven framework

1496


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

3624


hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com

1426


Brief the process of testing with UFT?

644


Is it possible to call win runner script in qtp?

635


What is test object?

714


How will you check that your test cases covered all the requirements?

570


Explain about Test Fusion Report of QTP?

625


how can we do the frame work in qtp

1610


assume i have few url link how will i dynamically call then using descriptive programming?

1607