sofia


{ City } banglore
< Country > india
* Profession * software tester
User No # 1169
Total Questions Posted # 0
Total Answers Posted # 13

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 69
Users Marked my Answers as Wrong # 36
Questions / { sofia }
Questions Answers Category Views Company eMail




Answers / { sofia }

Question { TCS, 17624 }

What is the smoke testing and sanity testing..?what is the
difference?


Answer

Smoke
Sanity


1
Smoke testing originated in the hardware testing practice
of turning on a new piece of hardware for the first time
and considering it a success if it does not catch fire and
smoke. In software industry, smoke testing is a shallow
and wide approach whereby all areas of the application
without getting into too deep, is tested.
A sanity test is a narrow regression test that focuses on
one or a few areas of functionality. Sanity testing is
usually narrow and deep.

2
A smoke test is scripted--either using a written set of
tests or an automated test
A sanity test is usually unscripted.

3
A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
A Sanity test is used to determine a small section of the
application is still working after a minor change.

4
Smoke testing will be conducted to ensure whether the most
crucial functions of a program work, but not bothering with
finer details. (Such as build verification).
Sanity testing is a cursory testing; it is performed
whenever a cursory testing is sufficient to prove the
application is functioning according to specifications.
This level of testing is a subset of regression testing.

5
Smoke testing is normal health check up to a build of an
application before taking it to testing in depth.


sanity testing is to verify whether requirements are met
or not,

checking all features breadth-first.

Is This Answer Correct ?    3 Yes 0 No

Question { 32383 }

what are the Levels of testing?


Answer

1.unit testing
2.Integration testing
a)Top down integration testing
b)Bottom up integration testing
c)Big Bang integration testing
d)Isolation integration testing
e)Incremental integration testing
3.System testing
4.Acceptance testing.

Is This Answer Correct ?    16 Yes 13 No


Question { Logica CMG, 5747 }

How does winrunner evaluates test results?


Answer

Answer:
Following each test run, WinRunner displays the results
in a report. The report details all the major events that
occurred during the run, such as checkpoints, error
messages, system messages, or user messages. If mismatches
are detected at checkpoints during the test run, you can
view the expected results and the actual results from the
Test Results window.

Is This Answer Correct ?    1 Yes 0 No

Question { Bristle Cone, 6128 }

What are the reasons Winrunner fails to identify an object
in the GUI?


Answer

and also the Object is not present in the GUI map editor.

Is This Answer Correct ?    0 Yes 0 No

Question { FCG, 6423 }

what is the extension of default,custom check points ?


Answer

.cdl

Is This Answer Correct ?    0 Yes 0 No

Question { FCG, 8644 }

what is the extension of the Run time Record checklist file


Answer

Runtime checklist file are saved in
.cvr
GUI checkpoint properties are saved in
.ckl

Is This Answer Correct ?    0 Yes 0 No

Question { 8582 }

What is Diff. between Pause() ,report_msg() statements?


Answer

pause()
This function is used to pass the variable in to the
o/p window.
report_msg()
This function is used to send the o/p in to winrunner
Test Result Window & it will also show the user message.

Is This Answer Correct ?    0 Yes 0 No

Question { 34198 }

what are 5 common problems in software development process?


Answer

1.poor requirements.
2.unrealistic schedule.
3.inadequate testing.
4.futuritis.
5.miscommunication.

Is This Answer Correct ?    24 Yes 6 No

Question { 53469 }

What is Active Screen in QTP?


Answer

Naren,ur answer is correct.

Is This Answer Correct ?    12 Yes 5 No

Question { 10829 }

What is Object Spy?


Answer

Object Spy is used to read the object properties & the
physical description.

Is This Answer Correct ?    2 Yes 0 No

Question { Ordain Solutions, 13036 }

Synchronization methods?


Answer

In QTP,Only one type of synchronization method is there.
1.object/window property.
The above answer is for WINRUNNER.

Is This Answer Correct ?    1 Yes 2 No

Question { TCS, 31482 }

Tell me few important difference Between QTP and WinRunner?


Answer

In winrunner 2 types of TSL test script ie.
1.Main test
2.Compiled module
But in QTP,
only one type of test script ie.Main test.It doesn't
support compiled module.

Is This Answer Correct ?    5 Yes 10 No

Question { Mascot, 11813 }

c=a/b ; a-1=c What is the relation between a&b


Answer

Given,
c=a/b
a-1=c

soln:
c=a/b
a-1=a/b
ab-b=a
ab-a=b
a(b-1)=b
a=b/b-1

Is This Answer Correct ?    5 Yes 0 No