Owner: One Stop Software Testing URL:http://www.onestopsoftwaretesting.com Join Date: Tue, 16 Sep 2008 06:36:10 -0500 Rating:0 Site Description: One Stop Software Testing
-
A Practical Approach. You can find here Software testing related Best (Practical) Articles and Documents.
Site statistics:Click here
Close All Opened Browser 2008-09-13 22:13:00 Methods Used : Descriptive programming,Regular Expression and Ordinal Identifier Properties.Call Close
browser()Function ClosebrowserWhile Browser(”CreationTime:=.*”).ExistBrowser(”CreationTime:=.*”).CloseWendEnd FunctionThe above code will close all the browser that are opened.Here instead of creation time other ordinal identifier can also be used. Read more:Opened
Connecting to DB through QTP 2008-09-13 22:09:00 Methods Used: ADO Connection objectWhat is ADO connection?Microsoft’s ActiveX Data Objects (ADO) is a set of Component Object Model (COM) objects for accessing data sources. It provides a layer between programming languages and OLE DB (a means of accessing data stores, whether they be databases or otherwise, in a uniform manner). ADO allows a developer to write programs that access data without Read more:Connecting
QTP - Descriptive programming - Child objects 2008-09-13 21:59:00 Find all checkboxes on a webpage.Here's a basic example that will find and tick all of the checkboxes on the QTP Helper login screen.Dim objDescriptionDim objCheckBoxesDim iCount' create description objects
used to locate check boxesSet objDescription = Description.Create()' set the object properties so it looks only for web check boxesobjDescription("micclass").Value = "WebCheckBox"' check that t
QTP Automation Object Model? 2008-09-12 08:31:00 It's a way to write scripts so as to automate your QuickTest operations. Some places where we can use AOMThis is a small list of places (but not limited to) where we can use AOM. Thumb Rule - Use it at any place where you find yourself doing repetitive tasks while using QTP. AOM can come handy when you have a large no of scripts to be uploaded to QC. A simple script can save you hours of manual Read more:Automation
, Object
Risk and testing 2008-09-11 09:21:00 Risk can be defined as the chance of an event, hazard, threat or situation occurring and its undesirable consequences, a potential problem. The level of risk will be determined by the likelihood of an adverse event happening and the impact (the harm resulting from that event).Project risksProject risks are the risks that surround the project’s capability to deliver its objectives, such as: Organ
Incident management 2008-09-11 09:21:00 Since one of the objectives of testing is to find defects, the discrepancies between actual and expected outcomes need to be logged as incidents.incident: Any event occurring that requires investigation.Incident
s should be tracked from discovery and classification to correction and confirmation of the solution. In order to manage all incidents to completion, an organization should establish a proc
Test progress monitoring and control 2008-09-11 09:20:00 Test progressmonitoring
The purpose of test monitoring is to give feedback and visibility about test activities. Information to be monitored may be collected manually or automatically and may be used to measure exit criteria, such as coverage. Metrics may also be used to assess progress against the planned schedule and budget.Common test metrics include:Percentage of work done in test case pr
Experience-based techniques 2008-09-11 09:18:00 Experienced-based testing is where tests are derived from the tester’s skill and intuition and their experience with similar applications and technologies. When used to augment systematic techniques, these techniques can be useful in identifying special tests not easily captured by formal techniques, especially when applied after more formal approaches. However, this technique may yield wid
Choosing test techniques 2008-09-11 09:18:00 The choice of which test techniques to use depends on a number of factors, including the type of system, regulatory standards, customer or contractual requirements, level of risk, type of risk, test objective, documentation available, knowledge of the testers, time and budget, development life cycle, use case models and previous experience of types of defects found.Some techniques are more applica
Test organization 2008-09-11 09:18:00 Test organization and independence:The effectiveness of finding defects by testing and reviews can be improved by using independent testers. Options for independence are: No independent testers. Developers test their own code. Independent testers within the development teams.Independent test team or group within the organization, reporting to project management or executive management.Indep
Review process 2008-09-11 09:14:00 The different types of reviews vary from very informal (e.g. no written instructions for reviewers) tovery formal (i.e. well structured and regulated). The formality of a review process is related tofactors such as the maturity of the development process, any legal or regulatory requirements or theneed for an audit trail.The way a review is carried out depends on the agreed objective of the r
Test levels 2008-09-11 09:13:00 For each of the test levels
, the following can be identified: their generic objectives, the workproduct(s) being referenced for deriving test cases (i.e. the test basis), the test object (i.e. what is being tested), typical defects and failures to be found, test harness requirements and tool support, and specific approaches and responsibilities.Component testing Component testing searches for defe
QTP Interview Questions - Part 1 2008-09-07 03:59:00 How to handle the exceptions using recovery scenario manager in QTP? - There are 4 trigger events during which a recovery scenario should be activated. A pop up window appears in an opened application during the test run: A property of an object changes its state or value, A step in the test does not run successfully, An open application fails during the test run, These triggers are considered as
ISEB & ISTQB Fundation level Study chapters 1-6 2008-09-07 01:13:00 Chapter 1: ISEB/ISTQB Foundation Study
- Chapter 1Chpater 2: ISEB/ISTQB Foundation Study - Chapter 2Chapter 3: ISEB/ISTQB Foundation Study - Chapter 3Chapter 4: ISEB/ISTQB Foundation Study - Chapter 4Chapter 5: ISEB/ISTQB Foundation Study - Chapter 5Chapter 6: ISEB/ISTQB Foundation Study - Chapter 6 Read more:level
Guidlines for automated testing of web applications 2008-10-02 01:59:00 One of the key reasons for doing automated testing is to ensure that time is not spent on doing repetitive tasks which can be completed by tools wit
Mercury Quality Centre 2008-09-29 22:08:00 (Tutorial- Click here to download)MercuryQuality
Center is a web-based test management tool. It gives you a centralized control over your entire testing Project. It can make the task of the testers and managers easy by giving an easy interface to manage and Read more:Centre
Advanced QTP - DP and Child Objects - Simple Code To Check All Links 2008-09-29 14:38:00 ‘***********************************************************************‘SCENARIO NAME :Check
all links‘DESCRIPTION :This code Check all links in any web page‘PRECONDITIONS :This Assume that when click on Link the new page will open on current window but not in new window‘AUTHOR :Mohan kumar‘***********************************************************************Set oDesc = Read more:Simple