babitha


{ City } bangalore
< Country > india
* Profession * sw er.
User No # 17670
Total Questions Posted # 4
Total Answers Posted # 29

Total Answers Posted for My Questions # 6
Total Views for My Questions # 18530

Users Marked my Answers as Correct # 300
Users Marked my Answers as Wrong # 107
Questions / { babitha }
Questions Answers Category Views Company eMail

what is system specification ? what is functional specification?

QA Concepts 1644

What is cyclomatic complexity?

ISTQB,

4 QA Concepts 6969

What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 C 8251

Could you anyone share me the path to download the automation tools which are having trial license version?

WinRunner 1666




Answers / { babitha }

Question { MBT, 3217 }

what r the benifits of continuous testing?


Answer

1.find the risky areas.
2.reduce the quantitiy of bugs.
3.find the known issues which are not able to resolve.ie
just to inform the clients that these products are having
these many issues,for our safe.

Is This Answer Correct ?    2 Yes 0 No

Question { 4811 }

What do you call a collection of descriptions of the data
items for the benefit of programmers and others who might
need to refer to them?

1. A data dictionary
2. A data model
3. A repository
4. A specification
5. A data map


Answer

data dictionary -defines the value,type ,format and its
usage and its link in code.
data model-shows about how our has to be.simply we can say
it as example.
repository-similar to memory i.e place used to store the
data.
specification-tells about requirements
data map-relation between data or data flow.

so collection of description of data is data dictionary.

Is This Answer Correct ?    3 Yes 1 No


Question { IBM, 12225 }

What are the diff ways to check a date field in a website?


Answer

addition to try to enter 29 for feb month if the year is
not a leap year...i.e dd/m/year as 29/02/2007.this time we
would get error message.

display of date should based on the selection format.

Is This Answer Correct ?    2 Yes 2 No

Question { MBT, 3170 }

what is the test data u prepare fr the multiplication of
the 2 integers it s urgent kindly anser fastly


Answer

test data:
1.Two operands are availabl to perform multilplication?
2.A>0?
3.B>0?
4.multiplication operator(*) is present?

Is This Answer Correct ?    0 Yes 2 No

Question { SumTotal, 5270 }

If you find a design level issue, what you will do?


Answer

Case1:
while testing is inprogress finding the design level
(coding) issue:
stop the testing and arranging design review.
case 2:if the test case design is wrong, while progessing
testing.then stop the testing and change the test case
design hwich should match desgin and then testing from the
top to bottom.Specially need to test the scenarion which
was tested using old (wrong) design.

Case3:
Before testing starts if the design(code or test case0 is
wrong,:
then until getting the authorization of design docs testing
should not start.

Is This Answer Correct ?    8 Yes 0 No

Question { 4692 }

Why do you consider testing to be necessary?


Answer

1.Identify the customer satisfaction on our code.
2.Providing the risky items assumptions and known
constraints to customer which is a safety for us.
3.Avoiding rework on project after delivered.

Is This Answer Correct ?    0 Yes 0 No

Question { HCL, 9849 }

Which is not formally included in Test Plan?
1)Features to be tested 2)Incident reports 3)Risks 4)
Schedule Pls reply .Thanks


Answer

To include:
Features to be tested since some of them can be test at
rela time for some of them we can test using simulator.if
we give them what we r testing then at other end they can
arrange for other cases.and also some internal features
also we cant test just like internal memory or addresses.
so its mandatory to include it.

Risks: here we might be saying some risks like environmenmt
supports or operating systems we using,language dependent
issues.
assumptions and constraints also we can include in test
plan.
schedule: conveying them about our flow of testing which
means first we perform GUI testing,fucntionality
testing,integration and system.
But incident reports is not necessary.Because we would be
updating our test plan usually.
So if we are facing incident then we need to analyse it and
add it to the test plan by adding either in risky
section,constraint section..incase if it can be overcome by
any other testing methodology then we can add those in our
testing technoque

Is This Answer Correct ?    0 Yes 0 No

Question { Verizon, 57330 }

difference between function & structure


Answer

Functions:
a)used to separate the task which would run frequently
b)run seperately the frequent task whenever calling that
frequent task and then returned its value to the fucntion
who called this.
c)would decrease the complexity of code and helps to debug
easier.
d)also it can be used as a library fucntion.

Structure:
declaring different types of variables and functions under
single name.

Is This Answer Correct ?    14 Yes 11 No

Question { Satyam, 10182 }

when you don't have time to write test cases, what do you
do?


Answer

If it is a application/product and u r familiar with the
existing then u can find the bugs by checking impacts on
exiting functionality.for that u can use old test case docs.

also understanding the CR/new features through SRS and
testing their implementation.

If testing is based on code,then u can make a code review
activity on it using design docs and SRS.

Is This Answer Correct ?    1 Yes 2 No

Question { Satyam, 5638 }

when there are any CRs in the projects, as a tester what do
you do?


Answer

We need to write a test cases/scripts for the new CR.
and we should test the CR independently.
And u link/merge with the existing
product /code/application and check either any impacts on
the existing things based on this CR.

Is This Answer Correct ?    1 Yes 0 No

Question { Satyam, 11050 }

Differentiate between severity and priority? who assign
these parameters to a bug?


Answer

Severity:rates the bug as either it belongs to major,minor
or trivial.
Priority:rates comes under high,medium low.
ex: part severity priority
a major medium
b minor high
c trivial low
always we have to work on bugs based on priority wise only.
because of priority only we can clear other major issues
since one of minor issues may affect the working of other
major parts.and also the client may analyse the issue and
change the requirement.some times even the severity is low
if the priority is high we have to work on that coz it
might be waiting for delivery.
here we need to concentrate on part b in the given ex.

Is This Answer Correct ?    3 Yes 1 No

Question { 5364 }

who are the final deliverables to the client?


Answer

1.Delivery codes/products.
2.test plan which tells about our methodology of testing
3.Test summary report which inclucdes test cases we did,and
its status
4.risky items and known constraints.
5.Documents we recieved as a input from clients.
6.Traceablity of our ouptut with client inputs
7.Recieved CRS
8.Estimation plan and also we need to deliver reestimation
plan if there is any deviation from the estimated.
9.Resource allocated.

Is This Answer Correct ?    1 Yes 0 No

Question { HCL, 20409 }

what is mean security testing ? define with example


Answer

It is to test the application whether it has unauthorized
access and having the enocoded security code.

eg:Considering banking application,it should have proper
user login, there is no data extraction at the back end
while using application.and also the application displaying
on the site is also should be secured in case of online
facility...i.e with https:

Is This Answer Correct ?    19 Yes 4 No

Question { Caritor, 6548 }

what is the code for getting the output as
*
**
***


Answer

# include
# include
# include

void main()
{
int j,i,n;

scanf("%d",&n);

for (i=0;i<=n;i++)
{
for(j=0;j printf("*");
printf("\n");
}

getch();

}

Is This Answer Correct ?    6 Yes 1 No

Question { Infosys, 10307 }

Find string palindrome 10marks


Answer

void main()
{
int a,len,palin;
char s[20];

scanf("%s",s);

len=strlen(s);
printf("%d \n",len);

for(a=0,len=len-1;a {
if(s[a]==s[len])
palin=1;

else
break;
}

if(palin==1)
printf("string %s is palindrome",s);
else
printf("string %s is not palindrome",s);

getch();

}

Is This Answer Correct ?    18 Yes 10 No

 [1]   2    Next