i am testing an online shopping application.I CLICK on a
link "ADD TO CART" of that application a "new page" is open
and then click on any object of that "new page". after that
when i run this SCRIPT then on this "new page" QTP always
shows error of "OBJECT NOT FOUND". How i solve this problem ?

Answer Posted / vaani tks

check whether the particular ADD-ON is added

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does quicktest professional is unicode compatible?

725


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

4052


tell me QTP standards ?plz

1727


explain keyword driven framework with banking domain?

1796


What is the basic concept of quicktest professional (qtp)?

824


what is the difference between development and testing

3035


What is the default object synchronization timeout in qtp?

934


How to replay a script in qtp?

874


How to use parameterization in qtp?

867


Why do we use breakpoints in QTP?

836


What is synchronization? What are the ways you can synchronize?

912


what is the difference between IE & Netscape in web testing on a log in page

2054


How to export quicktest professional results to an .xls file?

880


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

1796


Hai anyone please "Explain about Framework in QTP?"

1885