Posts

Showing posts from May, 2018

COMPLETE TESTING CAMPUS SYLLABUS

Manual Testing SDLC Water fallmodel Spiral Model V model Prototype model Hybrid model Derived models Types of Testing a software White boxtesting Black boxtesting Grey boxtesting Black box testing techniques with practicalexamples FunctionalTesting IntegrationTesting System Testing Smoke Testing AcceptanceTesting Globalizationtesting ExploratoryTesting Adhoc Testing MonkeyTesting/Gorilla Testing RegressionTesting CompatibilityTesting Security Testing Performance Testing Load Testing Stress Testing SoakTesting  VolumeTesting  Spike Testing Test cases IdentifyingScenarios Write/Review/ExecuteTest cases Test casedesign technique Brain stormingsessions Storing testcases in Test management tools STLC System Study Writing TestPlan PreparingTraceability matrix Preparing STCM Retrospectmeeting/Post Harvest meeting Triage meetings Working of code coverage tool White Box Versus Black Box Testing How to perform white box testing Defect tracking Severity versuspriority Preparingdefect report Repo...

PROTOTYPE MODEL

The word Prototype means carbon copy to show before going to use anything. The name only suggests that prototyping is just a dummy structure to show with customers. In prototype Model, the first phase is same as the previous models, the first Model is requirement collection, in this phase the Bussiness Analyst collects the information from the customers and that information is again translated to developer. Designing the prototype model- In this phase the designing of prototype was carried out by Web Developer, who knows well HTML, JSP, Css, some multimedia tools. This could be completed by the Web designers.

SPIRAL MODEL

Image
In the Spiral Model, the Development process was carried out in a partwise/iterative manner. In Spiral Model, the Development process can be partwise, in the sense suppose You take a example of Email Software, a customer gives his requirement to Bussiness Analyst that he is need a INBOX in Email Software, then the Bussiness Analyst will explain in a what the developer can understand, after INBOX, again customer calling to Bussiness Analyst to take my another requirement is I need COMPOSE for sending my mails, again BA is record his statements and explain to the developer, again developer could done all things, this way the Spiral Model works. It means the Spiral Model is easy to handle the requirements. In Spiral Model, the requirement changes could be happening with two ways (1) MINOR CHANGES- In the Spiral Model the minor changes can be done easily. This minor changes cannot be impacted on design of the software. In the minor changes we could add and remove.the features. (2...

WATERFALL MODEL

Image
In Waterfall Model, there are 7 sequential steps to achieve successful development cycle, in detail we discuss below In Waterfall Model, the Development of Software is carried out in a sequential manner. Now a days, every company is having a Business Analyst, but so many peoples don't know what they are doing in company. Now I am explaining the job of Business Analyst,He/she is probably any company needs an experienced person, why because, this guy is the starting key source person to gather all kinds of information from the company clients. The Business Analyst is also called a "DOMAIN EXPERT", why the Bussiness Analyst is the Domain Expert means, probably he is experienced guy from different domains, he/she will know everything about from source to destination only information. A best example from Testing Campus Bussiness Analyst- He/she gathers the requirements from the customers in business language and then the gathered information will be translates that ...

SDLC- SOFTWARE DEVELOPMENT LIFE CYCLE

A step by step process used to develop the software. In that one, the one of the most popular software development life cycle is Waterfall model.

INTRODUCTION TO SOFTWARE TESTING

software Testing is step by step process to investigate the quality of the software, errors, bugs, defects, before publishing in front of stakeholders, it is service under test.