Software Testing Certification

CSTE Sept 16th 2006

CSTE Sept 16th 2006 Part 1 – Objective – 50 Questions – 45 Min.Part 2 – Subjective – 10 Questions – 75 Min.Part 3 – Objective – 50 Questions – 45 Min.Part 4 – Subjective – 10 Questions – 75 Min. Objective Questions 1. As a general rule, __________ measures are much more important.a. Subjectiveb. Objective2. If the measurement taken by […]

CSTE Sept 16th 2006 Read More »

Testing ActiveX Controls using QuickTest Professional

Many applications include ActiveX controls developed with third-party vendors. You can use the QuickTest Professional ActiveX Add-in to test ActiveX controls. You can create and run software tests and components on these controls, as well as check their properties. QuickTest Professional supports Software Testing on ActiveX controls in any application. Dialog(“ActiveX Calendars”).ActiveX(“SMonth Control”).WinComboBox(“ComboBox”).Select “May” Set ButDesc = Description.Create ButDesc(“ProgId”).Value = “Forms.CommandButton.1” ButDesc(“Caption”).Value =

Testing ActiveX Controls using QuickTest Professional Read More »

Objects and Actions in QTP

Objects Objects: Objects are the things which contains different properties and methods. For Example: Window is said to be an object which consists of properties such as Exist, GetROProperty and methods such as ChildObjects, Activate, maximize, minimize etc. Property: Property describes about the object defined, each object has different properties, which is necessary to describe the object,

Objects and Actions in QTP Read More »

HP QTP Certification HP-M016 Practice Exam Questions – 2

HP QTP Certification HP-M016 Practice Exam Questions – 2 Q1. The Command used to insert the transactions in test is:A. StartTransaction(Name�), EndTransaction(Name�)B. Services.StartTransaction “Name”, Services.EndTransaction “Name”C. StartTransaction.services “Name�, EndTransaction.services “Name” Q2. A step in which one or more values are captured at a specific point in your test and stored for the duration of the

HP QTP Certification HP-M016 Practice Exam Questions – 2 Read More »

HP QTP Certification HP-M016 Practice Exam Questions – 4

Q1. QuickTest has ….. built-in toolbars. A) 5B) 6C) 7D) 8 Q2. The ……… toolbar contains buttons for recording and runningyour test. A) StandardB) ToolsC) AutomationD) Edit Q3. Shortcut Key for opening a new Function Library is: A) Shift+Alt+NB) Ctrl+Alt+NC) Shift+ND) CRTL+N Q4. Shortcut Key for Closing all open Function Libraries in one go. A)

HP QTP Certification HP-M016 Practice Exam Questions – 4 Read More »

Settings in QTP

QTP Test Settings: Before Running or Recording any test on QTP, the QTP Test settings need to be set as per the requirements of the Test. Setting these Test Settings before starting a Test plays a crucial part in the behavior of the test.These can be found at the path Test>Settings. A dialog box pops up,

Settings in QTP Read More »

Scroll to Top