Resource
Magazine [500]
Magazine [301]
Newsletter [198]
Video [622]
Link [813]
Blog [159]
Resources [380]
Website [240]
Tools [30]
News [2773]
2013 [17]
2012 [39]
2011 [104]
2010 [180]
Webinar [914]
Jobs [869]
Test Lead [93]
SQA, QA [255]
Tester [413]
Certification Resource
CTFL [623]
Manual [349]
Sample Exam [272]
CTAL [271]
CTEL [35]
CSQE [41]
PMP [114]
ITIL [67]
HP [1204]
QTP [756]
LoadRunner [206]
Winrunner [39]
Others [36]
IBM [125]
RFT [32]
RPT [11]
RTM [19]
RUP [15]
Others [48]
Compuware [22]
Borland [34]
Other [81]
Forum
Forum [1935]
Book [56]
Conference [64]
ISTQB [158]
QTP [92]
Software Test [1062]
Testing Tool [287]
istqb_exam_schedule_2013_120x100.png asta2013_leflet_left_130x.png PMP_Certified.png SpiraTest-120x100.gif
Total Articles 117
No.
Author
117 Black Box Domain Testing : USE CASE EQUIVALANCE ANALYSIS 3 file
[Level:6]thanhtam1612
127 May 12, 2013
Main Scenario 1. The teller enters the customer’s account number 2. The system displays the customer’s account details 3. The teller enters the withdrawal amount 4. The system subtracts the amount to b...  
116 Black Box Using heuristic test oracles 1 file
[Level:6]snake_pls
120 Apr 24, 2013
When you see something that bugs you about an application, can you easily convince someone else that the defect really is a problem? Michael Kelly teaches a quick lesson in expressing yourself persuasive...  
115 Black Box Testing without a map 1 file
[Level:6]snake_pls
127 Apr 24, 2013
SOMETIMES WHEN FACED WITH AN UNFAMILIAR APPLIcation and a directive to test it, it can feel as if you’ve been asked to chart a course through unknown waters. You’re not sure what you’l...  
114 Black Box Test case design techniques II: Blackbox testing 1 file
[Level:0]qnv96
401 Feb 24, 2013
Black-box testing (or functional testing): • Equivalence partitioning • Boundary value analysis • Cause-effect graphing • Behavioural testing • Random testing • Error guessing etc… • How to use blac...  
113 Black Box Domain testing file
[Level:8]chaitra1987
434 Jan 13, 2013
We have earlier looked at domain testing as a simple strategy for selecting test cases. We will now take this a step further. Testers have frequently observed that domain boundaries are particularly fault ...  
112 Black Box Smoke and sanity testing 1 file
[Level:8]chaitra1987
594 Dec 06, 2012
what is Smoke Testing? Smoke Testing is performed after software build to ascertain that the critical functionalities of the program is working fine.It is executed "before" any detailed functional or r...  
111 Black Box Sample VB code that works as ATM based on conditional statements and loops 1 file
[Level:5]anim
536 Nov 15, 2012
rem script for ATM software using "for..next,if..else,d-o..while loop & do.. until loop" Option explicit Dim PIN,i,amt,opt,balanc-e balance=20000 For i=1 to 3 PIN=InputBox("Enter the PIN") If P...  
110 Black Box VB script to automate Outlook 1 file
[Level:5]anim
290 Nov 15, 2012
Option explicit 'create an obj xls to access Excel application objects Dim xls 'i=row and j=column Dim i, j 'declare the variable that holds the date of birth Dim birthday, birthday_n 'declare t...  
109 Black Box Boundary Value Analysis 4 file
[Level:0]royal
575 Sep 28, 2012
Boundary value analysis is a software testing design technique to determine test cases covering off-by-one errors. The boundaries of software component input ranges are areas of frequent problems. Conten...  
108 Black Box Automatic Generation of Test Suites from Decision Table - Theory and Implementation.pdf 5 file
[Level:4]lernukus
514 Sep 21, 2012
Abstract—Several methods for automatic test case generation have been proposed in the past. But most of these techniques are structural testing techniques that require the understanding of the internal...  
107 Black Box Boundary Value Analysis & Equivalence Partitioning with examples 1 file
[Level:4]ridihima
708 Sep 16, 2012
Boundary Value Analysis • Black-box technique that focuses on the boundaries of the input domain rather than its center • Whenever the engineers need to develop test cases for a range kind of i...  
106 Black Box BLACK BOX TESTING WITH ROBOTIUM ON APK FILES 1 file
[Level:3]techiemadhu
1168 Sep 13, 2012
1) Android application apk file for Testing. Ex: ApplicationToTest.ap-k 2) Eclipse for building Test project 3) ADT (Android Development Tools) 4) SDK (Software Development Kit) 5) JDK (Java Develo...  
105 Black Box ATM State Transition Diagram 1 imagefile
[Level:4]testt
1475 Sep 03, 2012
ATM State Transition Diagram  
104 Black Box software testing technique 2 file
[Level:0]parmar1
456 Aug 31, 2012
Stepin2IT+Software+T-esting+Techniques.pd-f different testing techniques  
103 Black Box Effective Software Testing 1 file
[Level:5]honey123
379 Aug 29, 2012
Basic Testing Concepts Types of Testing Test Case Design Test Case Design Guidelines ESN Test Case Template Test Case Review Test Coverage Matrix and Traceability Matrix Test Execution Defect Rep...  
102 Black Box Giới thiệu phương pháp bảng quyết định 3 file
[Level:2]bongbingbong2008
620 Aug 16, 2012
Giới thiệu phương pháp bảng quyết định  
101 Black Box Dicision Table 3 file
[Level:2]bongbingbong2008
391 Jul 20, 2012
Dicision Table  
100 Black Box All Pairs Testing Techniques 8 file
[Level:0]priyastrivedi
778 Jul 09, 2012
All Pairs Testing Techniques  
99 Black Box Testing Overview and Black-Box Testing Techniques 7 file
[Level:5]anu12
661 Jun 29, 2012
Software testing is an important technique for assessing the quality of a software product. In this chapter, we will explain the following: • the basics of software testing, a verification and valid...  
98 Black Box Software Testing Techniques : Allpairs testing 3 imagefile
[Level:0]pratyush
596 Jun 05, 2012
All Pairs testing  
97 Black Box Ví dụ viết testcase cho màn hình Login 5 file
[Level:1]Hello_kitty_249
12975 Jun 04, 2012
Các bạn đọc ví dụ viết testcase cho màn hình login để có cái nhìn trực quan và dễ hiểu hơn về cách thức viết Testcase nhé! Chúc các bạn học tốt!Viet test case cho man hinh log...  
96 Black Box Black Box Testing 3
[Level:1]hasee
908 May 01, 2012
DEFINITION Black Box Testing, also known as Behavioral Testing, is a software testing method in which the internal structure/design/imp-lementation of the item being tested is not known to the teste...  
95 Black Box Black Box Testing Techniques 2 file
[Level:3]sharayu245
2151 Mar 29, 2012
Equivalence Partitioning Boundary Value Analysis State Transitions Exploratory Testing  
94 Black Box Black-Box Test Design 4 file
[Level:4]christie
2124 Feb 18, 2012
Black-box testing methods are effective yet incomplete. Consequently, test engineers may find it necessary to perform ad hoc customisa- tion for each application under test. This tutorial presents proce...  
93 Black Box Black-Box Testing & White-Box Testing. What Is The Same and What Is Different? image
[Level:30]estrella
2401 Feb 01, 2012
The main differences between black-box testing (BBT) and white-box testing (WBT) are in such aspects: ObjectsThe tested objects may overlap sometimes. WBT is commonly used to test not very big projects...  
92 Black Box Testing Overview and Black-Box Testing Techniques 4 file
[Level:4]ArunKarthik
1786 Dec 08, 2011
All software testing is done with executable code. To do so, it might be necessary to create scaffolding code. Scaffolding is defined as computer programs and data files built to support software deve...  
91 Black Box Black Box Test Techniques. Random Testing image
[Level:30]estrella
3263 Sep 28, 2011
Design Test cases should be chosen randomly from the input domain of the component according to the input distribution. The input distribution which used for the test case suite should be recorded. ...  
90 Black Box Black Box Test Techniques. Statement Testing image
[Level:30]estrella
2546 Sep 28, 2011
Design Test cases should be designed to exercise feasible statements. For each test case the these should be clarified: the input to the component identification of statement to be performed by the ...  
89 Black Box Black Box Test Techniques. Syntax Testing 2 image
[Level:30]estrella
2929 Sep 28, 2011
Analysis Syntax Testing uses such model of the formally defined syntax of the inputs to a component. The syntax is described as a number of rules each of which characterizes the probable means of pro...  
88 Black Box Black Box Test Techniques. Cause-Effect Graphing image
[Level:30]estrella
2835 Sep 21, 2011
Design Test cases should be designed to exert principles, which characterize the interrelation between the inputs and outputs of the component, where every principle corresponds to a singular possibl...  
87 Black Box Black Box Test Techniques. State Transition Testing image
[Level:30]estrella
3467 Sep 21, 2011
Design Test cases should be designed to exert transitions between states. A test case may exercise any number of transitions. For every test case these should be clarified: the starting state of the ...  
86 Black Box Black Box Test Techniques. Boundary Value Analysis image
[Level:30]estrella
2570 Sep 21, 2011
Design Test cases should be designed to exert values both on and next to the boundaries of the divisions. For each identified boundary 3 test cases should be produced corresponding to values on the...  
85 Black Box Black Box Test Techniques. Equivalence Partitioning image
[Level:30]estrella
2404 Sep 21, 2011
Design Test cases should be designed to exert divisions. A test case may exert any quantity of divisions. A test case shall comprise the following: the divisions exerted; the input to the componen...  
84 Black Box Exploratory testing 1 file
[Level:1]Nivii
1179 Sep 20, 2011
It contains slide shows about the over view of exploratory testing Exploratory Testing – Risk-Based Agile Testing These slides are distributed under the Creative Commons License. In brief summary, yo...  
83 Black Box White Box Testing image
[Level:30]estrella
3002 Sep 14, 2011
White Box Testing is a software testing methodology whereby definite information of the inner workings of the tested item is used to choose proper test data. During white box testing software te...  
82 Black Box Glass Box Testing. Definition image
[Level:30]estrella
3009 Sep 14, 2011
Black-box and glass-box are test design techniques. Black-box test doesn’t use information about the internal structure in full. Black-box test is known as focusing on functional requirements testing. G...  
81 Black Box Black Box Testing. Part II image
[Level:30]estrella
2397 Sep 07, 2011
As it was mentioned in the first part of the article Black Box Testing is testing without knowledge of the internal workings of the item being tested. It means that when black box testing is a...  
80 Black Box Black Box Testing. Part I 1 image
[Level:30]estrella
2289 Sep 07, 2011
Black Box Testing is also known as functional testing. Well it is software testing technique whereby the tester doesn’t know the internal workings of the item being tested. It means that in a blac...  
79 Black Box Black Box Testing
[Level:23]mathi.7664
1367 Aug 20, 2011
In Black Box Testing, the tester tests an application without knowledge of the internal workings of the functionalities being tested. Data are inputted into the application and the outcome is compa...  
78 Black Box Black Box Techniques file
[Level:5]Arathi
995 Aug 11, 2011
I found the following ppt helpful  
77 Black Box Orthogonal Array Testing file
[Level:1]sitkiran
1828 May 26, 2011
Orthogonal Array Testing Introduction The Orthogonal Array Testing Strategy (OATS) is a systematic, statistical way of testing pair-wise interactions. It provides representative (uniformly distributed) co...  
76 Black Box Use of Orthogonal Arrays to improve the Test Strategy
[Level:1]pknand
1251 Apr 25, 2011
What are Orthogonal Arrays The quality engineering methods of Dr. Taguchi, employing design of experiments (DOE), is one of the most important statistical tools of TQM for designing high quality systems at redu...  
75 Black Box ACTS Method : pairwise test case optimization file
[Level:4]rdharmapalan
1663 Apr 18, 2011
ACTS ((ADVANCED Combinatorial Testing SYSTEM) method suggested for pairwise test case optimization  
74 Black Box 12 Tips for Running a Beta Test 8
[Level:7]id: Test_Trainer
899 Mar 22, 2011
Open betas don't work. You either get too many testers (think Netscape) in which case you can't get good data from the testers, or too few reports from the existing testers. The best way to get ...  
73 Black Box Equivalence Partitioning Example 2
[Level:2]tripti
2758 Mar 03, 2011
Grocery Store Example Consider a software module that is intended to accept the name of a grocery item and a list of the different sizes the item comes in, specified in ounces. The specification...  
72 Black Box Installation Testing and Types 2 file
[Level:4]idreams27
2162 Feb 16, 2011
This document briefs about the Installation Testing and Types of Testings carried out over various types of Installables. Installation_Testing-.ppt Overview / Introduction Prolong Installation and uninst...  
71 Black Box Development of Pairwise Testing 1 file
[Level:4]qwertyui
1458 Jan 25, 2011
This talk is about the development of pairwise testing. I plan to tell you about my personal experience with a couple of the early tools – why I got involved, what worked, and what didn’t. Ther...  
70 Black Box Black box and White box testing
[Level:4]sqtvikas
2139 Jan 17, 2011
BLACK BOX TESTING Black Box Testing is testing without knowledge of the internal workings of the item being tested. For example, when black box testing is applied to software engineering, the ...  
69 Black Box Pairwise Testing: A Best Practice That Isn’t 7 file
[Level:4]qwertyui
2123 Jan 11, 2011
Pairwise testing is a wildly popular approach to combinatorial testing problems. The number of articles and textbooks covering the topic continues to grow, as do the number of commercial and academic c...  
68 Black Box Black Box Software Testing 5 file
[Level:3]STResearch
2429 Dec 31, 2010
Presentation Outline - Introduction to Black Box Software Testing? - Definition - Why Black Box Testing? - Testing Objectives and Focuses - An Example - Graph-based Testing Methods - Equivalence ...  
rss_button.jpg   twitter_button.jpg
Service
istqb_exam_schedule_2013_300x145.png
New
Popular Documents
Popular Download
Weekly
Monthly
Yearly
Twitter
Tag List
Visitor
Member Login (IP)
254494 20607 203554811
Yesterday Today Total