What are the ways of functional testing? Can you give me an
example of how to perform Functional testing on a Login Page
for example.
No Answer is Posted For this Question
Be the First to Post Answer
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
Explain end-to-end testing?
Explain bug life cycle
Can you tell me what was your last/ current project? What exact tasks were you responsible for? Give details in terms of testing done and tools used if any.? I need sample answers to this very major and important question. As detailed as possible. Thanks
In the 7 Stages of the SDLC (Planning, System Analysis, System Design, Development, Testing, Implementation, and Maintenance), WHO are the stakeholders of each stage?
hi, everyone who answers my que this is prasad i have done b.tech in 2010 and i have done testing course and also written istqb certificate but when i attend any interview they are only looking for exp people so i thought to keep fake of one year and my % in b.tech is also some what less its 58. so, if i keep the fake i don't know the real time experience and what should i mention in my resume if i go for manual testing side and some basic terminology that software companies uses.. plz help me out
What the difference between latent and masked defects is?
The purpose of which is to allow specific tests to be carried out on a system or network that resembles as closely as possible the environment where the item under test will be used upon release?
What is test executive?
Explain debugging?
What is path coverage testing?
What is latent defect?