Popkha - popkha.com - popkha.com
General Information:
Latest News:
Testing Web Applications 9 Mar 2012 | 06:49 am
I have learned most of the things by experience and research, which I would like to share. In this post, I will summarize key points for testing Web Based applications. Please feel free to put in your...
Scrum Methodology 9 Mar 2012 | 06:44 am
Scrum is a lightweight process framework for agile development, and the most widely-used one. A “process framework” is a particular set of practices that must be followed in order for a process to be...
Test Strategy 7 Mar 2012 | 04:08 pm
Test Strategy is the plan for how you are going to approachWhy do a Test Strategy? The testing. It is like a project charter that tells the world how you are going to approach the project. You may hav...
White Box Testing 22 Feb 2012 | 10:39 am
So, What is a White Box Testing? White Box Testing is the testing of a software solution’s internal coding and infrastructure. It focuses primarily on strengthening security, the flow of inputs and ...
Whats Test Case 21 Feb 2012 | 05:19 pm
A test case describes an input, action, or event and an expected response, to determine if a feature of a software application is working correctly. A test case may contain particulars such as test ca...
Software Testing Techniques 21 Feb 2012 | 05:19 pm
Black box testing – not based on any knowledge of internal design or code. Tests are based on requirements and functionality. White box testing – based on knowledge of the internal logic of an applic...
What is SEI, CMM, CMMI, ISO, IEEE, ANSI? 21 Feb 2012 | 05:12 pm
SEI = ‘Software Engineering Institute’ at Carnegie-Mellon University; initiated by the U.S. Defense Department to help improve software development processes. CMM = ‘Capability Maturity Model’, now c...
Testing Web Application Essentials 21 Feb 2012 | 05:01 pm
Web sites are essentially client/server applications – with web servers and ‘browser’ clients. Consideration should be given to the interactions between html pages, TCP/IP communications, Internet con...
QA Test Plan 21 Feb 2012 | 04:53 pm
A software project test plan is a document that describes the objectives, scope, approach, and focus of a software testing effort. The process of preparing a test plan is a useful way to think through...
Quality Assurance, Quality Control, or Testing? 21 Feb 2012 | 04:13 pm
Many people and organizations are confused about the difference between quality assurance (QA), quality control (QC), and testing. They are closely related, but they are different concepts. But all t...