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.
I have Weekly status report template available with me and
I want to pull execution data from Quality Centre directly
to my WSR template. Is anybody knows how to synchronise
both? Will only writing a Macro solve my problem?
Please help me out.
Can somebody provide me some interview questions on Selenium?
plz email on er.pallavikapoor@gmail.com
732
what are the Most common problems in a web based
application in testing point of view?
189
hi i m priya i m a new commer to this,this is good life of
every one.i m surching job now so,i want project detail for
NET BANKING and HELTH CARE pls send me quickly.thanks for
every body. i m waiting for...........
81
Hi,
For the web application testing, whether we can use
"Acunetix Web Vulnerability Scanner", I want to know in detail.
Thanks in advance
bye
29
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.
3
What is validation?
1. The process of determining whether or not the product
at a given phase of the lifecycle fulfills the requirements
established during the previous phase
2. The process of evaluating software at the end of the
software development cycle to ensure compliance with the
software requirements
3. The audit and formal examination of the actual as-built
software product versus the design documentation and
user/support manuals
4. The process of finding solutions to identified defects
5. The process of visibly, traceably, and formally
controlling the evolution of software
174
Plz can u explain any issues in ur current project?
what type of issues occured?
119
is there any open source testing tool to perform whitebox
testing and black box testing which supports c++ in
linux.plz ans
140
what is the difference between 8.2 and 9.2 versions of qtp tool
I am asked to create Usability testing methodology
document, basically listing the Procedures & methodology
to/for:
a. Entry criteria Exit criteria for usability test
b. Deliverables
d. Methods of doing Reviews and inspection
e. Methods of Reporting
f. at which testing phase usability testing is done in v
model
Is there any sample document/template available on
Internet?
Any help will be greatly appreciated.
Write a function Occurrences() in a language of your choice
that takes in two strings. The first is a search string,
and the second is a sentence. For example, running the
function:
Running Occurrences ("o", "Red Gate Software - Ingeniously
Simple Tools")
will output: Occurrences of 'o': 4
Occurrences ("at", "The cat sat on the mat")
will output: Occurrences of 'at': 3
Sample Question 2:
2)Below is Notepad's File/Save dialog.
a) If you were asked to test this dialog, how would you go
about it?
b) List various inputs you might place into the "File name"
text field to test it.
115
I would like to know the kinds of questions that could come
up with regard to backend testing?
As i am new to this field would also know if backend testing
is restricted only to sql and unix.
If at all anyone has any information on the same kindly get
back to me..thanks
44
Does anybody used Visio in QA.If so, can u please explain
where and when u used visio diagrams
179
iam searching job on testing if u know any references are
openings plz forward mee
78
What goes into a Test Summary? How would you write a Test
Summary?
137
What is the difference between Test Startegy and Test
Planning.