What is the difference between unit testing and smoke testing
Answer / wasim hajwane
Unit testing: During this phase development team will be involving to perform testing on individual model and when all individual model working properly then we integrate all module into single application and deploy that application into testing environment.
smoke testing: smoke testing is like checking for the blocker and is done in high level requirement for example login page of application, if we are not able to login, then we are not perform further testing on the application.
Hope you understand it
| Is This Answer Correct ? | 7 Yes | 0 No |
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing
One or more text elements or even all text elements in a page should be markable as required to match. -What are the categories of content validation is described in the text above?
what is the role of testlead in software testing
Wht is the use of vss (management tool)
write test case for 1<=a<10;10<=b<=20 using boundry value analysis
value momentum
testing is a process or methodology,diff between methodology and process?
6 Answers BirlaSoft, Cap Gemini,
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
How to prepare traceability matrix?
what are the Test cases we can write for pop-up window, Anybody can let me know in detail. Thanks in advance.
What do you think the role of test-group manager should be? Relative to senior management?
What is the difference between high level design and low level design with example