Search 5,000,000+ questions and answers.

Frequently Asked Questions

How many types of Actions are there in QTP?

Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMS
non-reusable action-an action that can be called only in the test with which it is stored, and can be called only once. reusable action-an action that can be called multiple times by the test with which it is stored (the local test) as well as by other tests. external action-a reusable action stored with another test. External actions are read-only in the calling test, but you can choose to use a local, editable copy of the Data Table information for the external action.
Related Questions

Q4. What types of actions are prohibited as discrimination in employment?

The law protects employees from discrimination in all terms and conditions of employment, such as: hiring, firing, layoff, harassment, selection, promotion, demotion, performance evaluation, transfer, pay, tenure, discipline (suspension, written or verbal reprimand, etc.), terms and conditions of employment (working hours, vacation, and sick leave , etc.), seniority, union representation, and so on. For more information, see Filing a Charge of Discrimination.
Related Questions

What are the types of Exceptions in QTP?

Complete Software Engineering: QA vs. Testing
Please give me some info about SQL queries.Are these important in testing.Give me some Web address where i can find out some details. SQL is a language that provides an interface to relational database systems. For a tester , it is good to have SQl knowledge to some extent. U can find lot of SQL tutorials when u search in google.
Related Questions

What is QTP ?

New Page 1
QuickTest is a graphical interface record-playback automation tool. It is able to work with any web, java or windows client application. Quick Test enables you to test standard web objects and ActiveX controls. In addition to these environments, QuickTest Professional also enables you to test Java applets and applications and multimedia objects on Applications as well as standard Windows applications, Visual Basic 6 applications and .NET framework applications.
Related Questions

What types of actions are included in the LEIE?

HHS-OIG-Fraud Prevention & Detection - Exclusion Program...
The LEIE contains only exclusion actions taken by the OIG. There are many bases for an exclusion, including a conviction related to the Medicare or Medicaid program, a conviction related to patient abuse, or an action taken by a State licensing authority. The LEIE only reports exclusion actions taken by the OIG as a result of those other actions. The LEIE is not a clearinghouse for reporting actions taken by other agencies.
Related Questions

What are some types of Class Actions?

Adkins, Kelston & Zavez, P.C.
Class Actions can arise in any instance in which large numbers of individuals or groups are injured. Sometimes a wrong is obvious, such as when a law or statute is clearly violated. Sometimes a Class Action can arise from more subtle but harmful behavior. In the past, categories of Class Actions have included persons injured by defective and harmful products (Products Liability Class Action). Class Actions have fought for employee or individual rights (Civil Rights Class Action).
Related Questions

What types of protective actions could be used?

VERMONT HOMELAND SECURITY UNIT
One of the basic instructions you may be given in a chemical emergency is to "shelter in place". This is a precaution to keep you and your family safe while remaining in your home. If you are told to shelter in place: While gathering your family, you can provide a minimal amount of protection to your breathing by covering your mouth and nose with a damp cloth. Wet some towels and jam them in the crack under the doors. Tape around doors, windows, exhaust fans or vents.
Related Questions

What types of enforcement actions are possible?

FDA Bans Ephedra: Ma huang/Ephedra dangers: Suffering from E...
FDA has a variety of enforcement possibilities including seizure of the product, injunction against the manufacturers and distributors of such products, and criminal prosecution of violators.
Related Questions

What types of disciplinary actions can the department impose on a licensee who violates a law?

Driving School - Frequently Asked Questions
Note: Prior Admin Actions related to fines and probations will be reported for one year after the disciplinary action has been successfully completed. Cancellation: The withdrawal or deprivation of the license due to a cause other than misconduct constituting a violation of occupational licensing law. Note: In some instances, an applicant my reapply when the condition or reason for cancellation is resolved.
Related Questions

What types of management actions will be put in place in the Reserve?

NWHI Coral Reef Ecosystem Reserve Frequently Asked Questions
The Executive Order provides Management Principles, conservation measures, and Reserve Preservation Areas for the Reserve, and directs the Secretary to develop a Reserve Operations Plan. The Reserve will build on existing efforts and encourage strong partnerships to fulfill its protection and management functions.
Related Questions

What types of claims are brought in securities class actions?

Isabelle A. Kirshner: NY Attorney, Criminal Defense, Narcoti...
Claims brought in securities class actions generally challenge allegedly material false and misleading statements made by publicly traded companies and/or their officers, directors, other employees, accountants or underwriters made in publicly distributed communications such as press releases, annual reports, prospectuses, annual and quarterly filings or in other such documents. Such actions also often challenge insider trading by individuals associated with such public companies.
Related Questions

Can a custom worksheet function written in VBA perform the same types of actions as a subroutine?

Excel 97/2000 Developer FAQ: Part 3
No. Functions called from a worksheet formula have some limitations. In general, they must be strictly "passive" -- they can’t change the active cell, apply formatting, open workbooks, change the active sheet, and so on. Functions can only perform calculations and return a value. An exception to this rule is the VBA MsgBox function. A custom function can display a MsgBox whenever it is recalculated. This is very handy for debugging a custom function.
Related Questions

What types of religious discrimination actions are covered by Title VII?

Untitled Document
Discrimination against any employee or applicant for employment because of his/her religion in regard to hiring, termination, promotion, compensation, job training, or any other term, condition, or privilege of employment. It is also unlawful to retaliate against an individual for opposing employment practices that discriminate based on religion, or for filing a discrimination charge, testifying, or participating in any way in an investigation, proceeding, or litigation under Title VII.
Related Questions

How to handle dynamic objects in QTP?

Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMS
QTP has a unique feature called Smart Object Identification/recognition. QTP generally identifies an object by matching its test object and run time object properties. QTP may fail to recognise the dynamic objects whose properties change during run time. Hence it has an option of enabling Smart Identification, wherein it can identify the objects even if their properties changes during run time.
Related Questions

how you will do cookie testing using QTP?

QTP FAQ - Page 6
can anybody tell me the purpose of output checkpoints in QTP. how u r testing the text data through text checkpoints. how u r testing text data in the webpage through parameterization. my application is web based application. my requirement is i am retriving the data from the database to webpage. i put text checkpoint on the text, but problem is the parameterization. can anybody help me with code. i will appreciate if anybody can say Hi Friends i have one question i.
Related Questions

How to change version control in QTP?

QTP FAQ
Difference between library files and reusable functions in QTP? What is the purpose of each? Explain...
Related Questions

To which environments does QTP supports ?

New Page 1
QuickTest Professional supports functional testing of all enterprise environments, including Windows, Web, ..NET, Java/J2EE, SAP, Siebel, Oracle, PeopleSoft, Visual Basic, ActiveX, mainframe terminal emulators, and Web services.
Related Questions

How QTP recognizes Objects in AUT?

My Journey: QTP Faqs
QuickTest stores the definitions for application objects in a file called the Object Repository. As you record your test, QuickTest will add an entry for each item you interact with. Each Object Repository entry will be identified by a logical name (determined automatically by QuickTest), and will contain a set of properties (type, name, etc) that uniquely identify each object.
Related Questions

What scripting language is QTP of?

My Journey: QTP Faqs
You can check an area of a Web page or application as a bitmap. While creating a test or component, you specify the area you want to check by selecting an object. You can check an entire object or any area within an object. QuickTest captures the specified object as a bitmap, and inserts a checkpoint in the test or component. You can also choose to save only the selected area of the object with your test or component in order to save disk space.
Related Questions

How to execute a WinRunner Script in QTP?

My Journey: QTP Faqs
Ans : (a) TSLTest.RunTest TestPath, TestSet [, Parameters ] --> Used in QTP 6.0 used for backward compatibility Parameters : The test set within Quality Center, in which test runs are stored. Note that this argument is relevant only when working with a test in a Quality Center project. When the test is not saved in Quality Center, this parameter is ignored.
Related Questions

What additional actions are likely to follow?

Ketek Lawsuit Research - FDA Frequently Asked Questions (FAQ...
Telithromycin is marketed and used extensively in many other countries, including Japan and countries in Europe. The FDA is working with regulatory authorities in these other countries to obtain further information on reports of liver problems associated with the use of telithromycin.
Related Questions

What actions can be taken in the meantime?

Frequently Asked Questions - Aging Eye .com
Good health and nutrition are obviously great ideas - not only for your eyes, but also for your entire body. Eating fruits and veggies, quitting smoking and wearing sunglasses are all safe bets. Also, the importance of annual eye exams cannot be emphasized enough. Early detection still provides the best chance for success with currently available treatments.
Related Questions

Q - How do I get a list of the actions on my property?

Department of Buildings
A - The section labeled Actions from the Property Profile screen reflects older construction applications and other records prior to the implementation of electronic processing.
Related Questions

Q - Why does my property have no actions?

Department of Buildings
A - The property might be a very old building where the old applications for your building were not entered or there is no recorded actions.
Related Questions

Next actions - what are they?

The Getting Things Done (GTD) FAQ | Zen Habits
Basically, for any project (and a project is anything that takes more than 1 action), you need to ask yourself, “What is the very next physical action necessary to move this project forward?” It is this “next action” that you put on your to-do list. The problem with many tasks that we put on our to-do lists is that they are not really something you can do, but a mini-project.
Related Questions

what is the use of Text output value in Qtp?

Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMS
Output values enable to view the values that the application talkes during run time.When paramaterised, the values change for each iteration.Thus by creating output values, we can capture the values that the application takes for each run and output them to the data table.
Related Questions

How to establish the database connection using QTP?

QTP FAQ
About Us | Privacy Policy | Contact | Site Map | Add Question | Propose Category | RSS Feeds | Articles Sitemap | Partner Links | Site Updates | Add Resource
Related Questions

What is keyword view and Expert view in QTP ?

New Page 1
QuickTest's Keyword Driven approach, test automation experts have full access to the underlying test and object properties, via an integrated scripting and debugging environment that is round-trip synchronized with the Keyword View. Advanced testers can view and edit their tests in the Expert View, which reveals the underlying industry-standard VBScript that QuickTest Professional automatically generates. Any changes made in the Expert View are automatically synchronized with the Keyword View.
Related Questions

Explain the concept of how QTP identifies object ?

New Page 1
During recording qtp looks at the object and stores it as test object.For each test object QT learns a set of default properties called mandatory properties,and look at the rest of the objects to check whether this properties are enough to uniquely identify the object. During test run,QT searches for the run time obkects that matches with the test object it learned while recording. Object repository is used to store all the objects in the application being tested.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact