what are the mandatory and assistive properties of objects
in QTP?What is attached text?Plz assist me with proper
answer.

Answer Posted / murali raju

at runtime qtp recognize object using mandatory
properties..if the mandatory properties are not sufficent
to recognize the object then it's go to assistive
properties...attached text is one of the property to
recognize the object .suppose the edit box of Agent name in
flight reservation attached text property is "AgentName:"

if u want to change the mandatory or assistive properties
go to the object identification...already default
properties of mandatory and assistive properties are
available in object identification .No one can give the
answer comman properties of mandatory and assitive
properties..because the properties are changed depends on
the environment..like standard windows,web,visul
basic,java...ok..

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1798


An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?

575


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3446


How software tester can use constants and variables in scripts?

1688


how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0

1484






For which type of project the iterative model is suitable?

1387


Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

1680


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

1829


Explain about the quicktest professional (qtp) automation object model?

570


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1379


What is meant by Output Value in UFT?

567


why text area checkpoints cannot used for web applications

1885


If u r using library files (Instead of Check Points) , How do u do bitmap check ?

1457


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

1564


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

3618