Friday, August 30, 2013
What is meant by flow specification?
Posted by
Sunflower
at
8/30/2013 01:24:00 PM
0
comments
Labels: Acknowledgement, Actions, Address, Application, Category, Destination, Dynamic, Filter, Flow, Flow Specification, Ports, Routers, Security, Source, Specifications, Static, traffic, transmission, Users
|
| Subscribe by Email |
|
Sunday, October 7, 2012
How does QTP recognize Objects in AUT?
- Usual
or the normal object identification mechanism and
- The
smart identification mechanism
What is Usual or Normal Object Identification Mechanism
Why does a the normal method fails?
- Smart
identification is more complex then the usual one.
- Smart identification is more flexible then the usual one.
What is Smart Identification Mechanism
- Base
filter properties: As the name suggests these are the base or the
fundamental properties belonging to a particular test object class. The
value of these fundamental properties cannot be changed until and unless
you make changes in the properties of the original object.
- Optional
filter properties: The leftover properties i.e., all the properties
leaving out the base filter properties are grouped under this category
i.e., the optional filter properties. These properties unlike the other
base filter properties do not change frequently. These properties can some
times be ignored i.e., when they do not hold to be applicable and
therefore have been named as optional filter properties.
How the smart identification process follows?
Posted by
Sunflower
at
10/07/2012 08:00:00 AM
0
comments
Labels: Application, Description, Filter, Identification, Mechanisms, Objects, Physical, Properties, QTP, Quick Test Professional, Smart Identification Mechanism, Tests, User, Usual Object Identification Mechanism, Working
|
| Subscribe by Email |
|
Tuesday, October 2, 2012
What is smart Identification in QTP?
Smart Identification in QTP
- Base filter properties
and
- Optional
filter properties.
- The values of the properties falling in this category cannot be changed or altered without changing the same properties in the original object.
- The second category of the properties i.e., the optional filter properties consists of the other properties that contribute in the identification process of the objects.
- In the process of smart identification of an object, the quick test professional first erases from its memory the learnt description or the description that was entered by the user in to the physical description field of the object.
- Instead of this single object, a list of matching objects (in this case such objects are called candidates) is created by the quick test professional called the candidate list.
- This list is created based up on the properties that have been defined in the category of base filter properties and thus all the objects match a little or lot (i.e., to say one or more properties) with the base filter properties.
- Base filter properties as the name suggests are the major properties that help cut down or reduce the number of objects in the candidate so that an exact match can be found or we can say that the area of search is reduced.
- The idea is to be left with only one object matching with most or all of the properties mentioned in the saved description.
- In some cases it may happen that it may be required to invoke smart identification mechanism during the run session.
- In such cases a warning message is generated by the test results tree which indicates about the invocation of the smart identification and insertion of a smart identification process.
- It is said that the smart identification is applicable only for the web based applications.
- The object is recorded from the AUT or application under testing and its properties are identified accordingly and finally the scripts are executed.
- Some times you may receive a warning alert in the results of the tests.
- You just need to navigate over this message in the file which stores the messages and read what it says and follow accordingly.
- Usually the normal identification routine fails whenever there occurs a dynamic change in the properties of the object to be identified.
- Because of such dynamic changes the value of the object properties keep on changing thus making it difficult for the quick test professional to track that particular object.
- These dynamic changes are shown only in the result and are not stored in the local object repository and are accessible only for the run time.
Posted by
Sunflower
at
10/02/2012 02:45:00 PM
0
comments
Labels: Application, Automated, Automation, Candidates, Description, Filter, Identification, Objects, Properties, QTP, Quick Test, Search, Smart Identification, Smart Identification Mechanism, User, Values, Web Application
|
| Subscribe by Email |
|