Home | Walkin Interviews | Interview Tips | Job Seekers Login | Recruiters Login | Job Fairs |  
 

Welcome
 
"" Keyword Search
"" Quick Search
"" Advanced Search
"" Jobs By category
 


Interview Tips Home

QTP---5

RE: What is Smart Identification in QTP?

 Smart Identification is used by QTP, whenever it is unable to identify any object during run time. While identifying an object, QTP tries to match the mandatory properties first, if it couldn't find the object, then it adds assistive properties one by one to identify the object correctly. This operation is done by smart identifier and it is displayed in the results section along with one warning message. It's generally used to identify Web elements only.

I'm using QTP 8.2. and I want to test an Application which is designed with Oracle Forms 10 g.
Before installing the Oracle Addin for QTP 8.2. I was able to open the Application with QTP and IExplorer 6.0.
After Installing the Oracle Addin for QTP 8.2. I wasn't able to open the Application neither with QTP nor ÍExplorer.
I only installed the Addin. I haven't installed any upgrade or patch? give the correct answer for this?

This problem occurs due to a conflict between java and oracle enabled support

1. Open the registrykey: HKEY_LOCAL_MACHINESoftwareMercury InteractiveJavaAgent
2. In the JavaAgent key change the value of Support Enabled from 1 to 0
This should solve your problem.

Que:how can we terminate the application when we encounter a problem or defect in our application while we running the application in QTP?

there are many ways of handling this.IN QTP we write the following snippet

what is your target application?

is it a web application or client server application

for a web application

1) if you want to close the web application on any defect , write a code snippet some thing like this

browser("B1").close in side the else condition (if you are using an if else condition)

2) if you want to exit the testing Tool for any further

use Exit global iteration in the sniipet.

Que:when i am adding a object to the repository it does not add it to the existing parent page (flight cofirm mercury) instead it creates a new parent page(flight confirm mercury_2) and adds object under it?

Method1: Generall method: U need to add it as new object and later u can delete the old object.

Method2: So, u can use the naming conventions. It is easy for u to debug the script.



 

QTP---5
QTP---4

 

 
All rights reserved © 2001- 2007 marlatechnologies.