anna


{ City } fords
< Country > usa
* Profession *
User No # 25915
Total Questions Posted # 0
Total Answers Posted # 87

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

Users Marked my Answers as Correct # 493
Users Marked my Answers as Wrong # 123
Answers / { anna }

Question { AppLabs, 10629 }

can u give me the Test case step template and write one
test case step (ex)please


Answer

Hi,
Test case template contains
STEPS,Test case Id,requirement Id,precondition,test data,
description, expected results, actual results, status(pass
or failed).

steps is used to the tell the number of steps in the test case.

Test case ID is used to recognize the test case.

Requirement Id is used to know which requirement is covered
in the test case. For some requirements we write few test
cases, on the other hand we write only one, this always
depend on the functionality of the requirement.

Precondition tell about what we are going to test. for ex
take Login it should have alphanumeric and atleast 9
characters. Using this condition we need to write the test case.

Test data contains what we are testing. For example login

description - what we are going to do in each and every step.

expected results - what we are expecting

Actual results - always tell what we have to get.

Results - expected result should match the actual result
then it is pass. IF the expected result and actual result
vary than it is failed.

Is This Answer Correct ?    3 Yes 1 No

Question { 4292 }

(questions asked in interview)hi every one can any one
please answer to this questions.these questions were asked
in an interview.i have another interview next week .

1.when the time schedule is tight how will you approch the
testing,and the relese is nearing and we need to finish
testing how can we follow in that case.do we need to exicute
all the test cases or can priortise and leave some to next
relase.

2. when a new feature is added to the existing application
we need to add new test cases but after that do we need to
change all the existing test cases and while running do we
need to exicute entire application test cases or only the
new feature test cases and related new feature test cases.

3.do you have any situation where you have to write and
exicute the test cases same time, how will you follow.does
it happens in real time.

4.example of bug which is not reproducible.like tester say
that there is bug and developer say no can some example of
such bugs.

5.during regression testing some times do we need to add new
some additional test cases to test that bug.


Answer

1) When the time looms, we need to prioritize the testing
by selecting the main functionality of the application. And
we have to do the adhoc testing, means testing the
funtionality randomly.

2) when the new feature is added to the application, there
is no need to change all the existing test case . But if
there is a know and unknow dependency in the application.
We need to check that functionality and make the changes to
the existing test cases.

3)When we find the bugs, we can make the changes and
execute the test cases at the same time.

4)If developer cann't see the bug they assign the status as
not reprocucible and until they can see it again. If the
tester can attach the snapshot then developer's can reject
it.

5) As per my knowledge,regression test is done, once the
application is tested manually and make sure that the
applciation is stable. So during the regression testing if
we find the bug, we need to fix the bug rather then writing
the new test cases.

Is This Answer Correct ?    0 Yes 0 No


Question { 6060 }

From where should we start writing the test cases. Say
suppose we have a pageA with few check boxes, radio
buttons, links, some text in it and a link on pageA takes
us to another pageB. Then from where should we start
writing the test cases?Also suppose we have 10 links in a
page should we write separate test cases for each link?


Answer

If the pageA is the first page of the application then
that will be the beginning of the test cases. If the page
has 10 links, in the initial test case we need to mention
that all the links are present. later on we have to write
test case for each link.

Is This Answer Correct ?    1 Yes 1 No

Question { TCS, 10785 }

1)how can you perform load testing in manual testing
2)what is deliverable?


Answer

yes, Satyaprasad is correct. We cannot do performance test
manually. We can use a human source but we cannot make them
click the application at the same time which is not
possible. For ex. We can hire 200 employees to do the
performance test after entering the URL everyone should
click the enter at the same time, which is not possible. So
doing performance test manually is impossible and very
expensive. So load runner is the best option.

Is This Answer Correct ?    5 Yes 1 No

Question { Wipro, 12655 }

How you test the object which is dynamically changes its
location?


Answer

Dynamic objects change there property during the run time,
so QTP fails to recognise the object. In this case we have
to enable the smart identification. This will assign a
object with an assistive property which can be recognised
by the QTP. So it's always recommended to enable the smart
identification before the recording test.

Is This Answer Correct ?    0 Yes 3 No

Question { 7210 }

how do we do database testing manually.Suppose if i want to
check whether a particular record is inserted in the
database or not.


Answer

If you are a database tester. They will provide you with ER
diagram ( This diagram shows how many tables are in the
database and how they are inter related including the
primary and foreign keys.) If you can figure it out in which
table the data is inserted or you can take help from
developer, write the SQL query and check the table. It will
be easy if you use query because table contain vast data and
if you go through the table it takes lot of time.

Is This Answer Correct ?    0 Yes 0 No

Question { 4971 }

Today only i joined in this site. Can u please tell me
definition of parameterization. and how i can do the
parameterization?


Answer

Hi,
Parameterization mean to check the application how
it perform the same action with multiple set of data. This
can be done by using the data table in the QTP. First
select the object that you want to parameterize and in the
value column you find a parameter symbol, click on the
symbol. Value configuration window opens in that select the
parameter radio button and give the name and select the
action sheet you want to parameterize and click ok. Now
data table column is selected now enter the multiple data
and save and application.

Is This Answer Correct ?    1 Yes 0 No

Question { Sapient, 9588 }

how do u do integration testing supose u ar in hotmail
login page 2nd is mailing page how do u do integration
testing for this kind


Answer

Hi,
Up to my knowledge integration is done by the
developers and tester has to test the integrated parts to
check how they are functioning. Testing the integarated
parts are as normal as testing the application.

Is This Answer Correct ?    9 Yes 1 No

Question { 7839 }

If we write a script in the expert view how are the objects
created in the object repository?
to be clear i will explain my problem
first i have recorded the mercurytours application by
providing the link www.mercurytours.com and all the objects
are stored in the object repository ok this is fine. but i
have copied the script generated in the above processes and
pasted in a new test and tried to run that script but as
the objects were not stored in the object repository it
showed an error (The "Welcome: Mercury Tours" object was
not found in the Object Repository.
Check the Object Repository to confirm that the object
exists or to find the correct name for the object).so how
can i overcome that error


Answer

In the expert view script will describe the action we
perform. To perform that action it should have that
particular object in the object repository. So before
scripting in the expert view what u should do is go to
active screen and highlight the object and right click and
select view/add to object repository. In the object
repository property window it will show its logical name
and class highlighted and click ok. This will add object to
the object repository.

Is This Answer Correct ?    0 Yes 1 No

Question { Wipro, 6647 }

If there are more number of test cases, how can u pick up a
selective test case?


Answer

Hi,
If there are more number of test cases and time is
less then we do the risk analysis. Priority of the test
cases that need to be tested is decided in the review
meetings. Business analysts, developers, Project manager and
the tester will sit together and decide which test case
should be allot the priority and tested first.

Is This Answer Correct ?    9 Yes 0 No

Question { 13843 }

How we will assign the severity n priority levels to the
bug?


Answer

Priority,
This assigned by the developer. Represents the
importance of the bug. For eg. #1 priority bugs need to be
fixed before the #2 priority bugs. #1 and #2 are the
priorities that they assigned.

Severity
Represents how bad is the bug. For eg. a bug that
causes to crash the application are considered as the high
severity bugs and need to fix them immediately.

Is This Answer Correct ?    3 Yes 0 No

Question { HCL, 9100 }

what are the advantages of manual and automation testing ?
and which one would u term as efficent testing and
effective testing ?pls do reply thankx in advance its
urgent


Answer

Hi,
Manual testing is the mandatory test. To automate
the test first by doing the manual test we should make the
application stable, then we can proceed for the automation.
Even though manual test takes time and more human resource
it is the efficient way to test the application. Automation
has it's own advantages. Automation is fast, reliable and
repeatable.
For the small project it's better to use the manual
test, it's not worth of buying the tool and training the
testers.
For the big and on going projects its better to
automate. Because ongoing projects need the changes and
enhancements. Automation comes under effective way.

Is This Answer Correct ?    1 Yes 2 No

Question { 5961 }

Testing will produce Bug Free Product
1 - Yes
2 - Sometime
3 - No
4 - None of above


Answer

In my opinion, testing is to produce the bug free product.
If the testing is not meant for that, why do we test the
application again and again. In testing we find the bug and
track until they are fixed. Sometimes they find and fix the
bugs in the production or UAT and make the application as a
bug free product until the client requirement matches. So
my answer is 1- Yes. If we mention other then 1 then they
feel like we are not confident for the job.

Is This Answer Correct ?    2 Yes 5 No

Question { 3i Infotech, 7183 }

you filed a bug that has high severity & high priority what
happens till it gets fixed(that means what u do till it
gets fixed)? Urgent


Answer

Hi,
If it is a show stopper defect that means you
can't proceed without fixing it then you have to wait until
developers fix it. If it is not a show stopper even though
it is a high priority and high severity,you have to login
the defect and you can proceed with your execution of the
test cases.

Is This Answer Correct ?    5 Yes 0 No

Question { 10321 }

HOw to map testcases with requirements in test lab?


Answer

First go to the test lab and select the test case that
needed to be mapped. On the right hand side of the test lab
select the requirement coverage tab and click the select
requirement tab, requirement tree is displayed on the right
side. You need to search for the requirement that need to
be attached or you can find by requirement name in the
find box. Then click on the add to coverage( This is shown
in the requirement tree with the arrow). Thsi will add a
requirement to the test case.Now you can close the
requirement tree.

Is This Answer Correct ?    5 Yes 0 No

Prev    1   2    [3]   4   5   6    Next