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 { 5777 }

Hi, I am Anna and new to actuate programming.
I am trying to learn the tool on my own, if any one could
provide any helpful websites or training centers in NJ area
will be greatly appriciated. Thanks in advance.


Answer

Thanks you Ashish. If you know any information please help
me. Once again thanks.

Is This Answer Correct ?    0 Yes 0 No

Question { Zycus Infotech, 12208 }

I am new to Testing , my question is
Integration Testing is a BlockBox Testing or White box
testing ? please give me a answer .....


Answer

Hi,
Integration testing is done in both black box
testing and white box testing. Developer develop there code
in modules, so after developing the modules configuration
management team integrate the code and deploy it to testing
team. Here comes our tester role. In the testing environment
they divide the code in to different modules to distribute
among the tester. Once all the modules are tested
individually then comes the integration testing.


Integration testing means checking all the individual
modules working together with out any defects or bugs.

Is This Answer Correct ?    0 Yes 4 No


Question { 5106 }

How do you perform functional testing? Thanks in advance


Answer

Functional testing means testing the functionality of the
application which mean how the application is to perform.
For example if there is a application functionality to fill
in the project , we have to enter all the information in the
application if we doesn't enter any of the information it
should give an error message when we click the submit
button. Even submit button is a one kind of functionality.
when all the information is entered and click the submit
button, we have to proceed to the next page. If it doesn't
go to next page, that means submit functionality is failed.
I hope I helped you.

Is This Answer Correct ?    25 Yes 1 No

Question { 14225 }

what is data base testing, explain with example


Answer

we do database testing to validate and verify the data,
whether it is populating properly in the appropriate columns
and rows or not. sometime we do database testing by
retrieving the data from the database and sometimes to
create test data and see how it is populating in the backend.

Is This Answer Correct ?    2 Yes 0 No

Question { HCL, 7814 }

What type of security testing you will do on banking
website.


Answer

There are many types of security testing on the banking website.
1. User ID and password should be entered correctly.
2. Password should encrypted into database.
3. Everyone has only two changes to log in into there
session. if they fail to do so (means if they enter the
password or userid incorrectly), banking session will be
locked for further trying.
4. After we log in and open the session if it is inactive
for some time, the session will time out.
5. And finally the navigation of the pages.

Is This Answer Correct ?    7 Yes 0 No

Question { Verifone, 4695 }

why did u chose software testing?


Answer

Software testing is more detail oriented and challenging.
Which interest me in finding bugs. I feel myself good when
ever I find a new bug.

Is This Answer Correct ?    10 Yes 2 No

Question { 3968 }

In my application there are 5 modules. In every module there
are 8-9 sub-modules.
Preview, Print & Download options are there on every
sub-module screen. My Question is - Should I have to write
that much test
cases for Preview, Print & Download options???????? Please
reply soon.


Answer

you don't have to write separate test cases if there
functionality is same in all modules. So you have to check
your requirement and decide whether you have to write the
test cases separately or copy the same test case in all the
modules.

Is This Answer Correct ?    0 Yes 0 No

Question { 7543 }

what actual a tester perform in database testing?(its very
urgent pls)


Answer

In the database testing, we have to write SQL queries to
retrieve and validate the data for data consistency and
integrity. When testing the database, tester usually work on
the copy of the application. We have to prepare the test
data to save the data in the back end and work on it. This
include Inserting, validation, verification, consistency and
integrity.

Is This Answer Correct ?    0 Yes 0 No

Question { 6132 }

What is the difference between re testing and regression testing?


Answer

Regression testing mean when the new functionality is added
or when the bug is fixed, we need to make sure that the new
functionality or the bug fixed does not effect other parts
of the application. To test this we do repetitive testing
which is called regression testing.

Retesting means checking the bug that is fixed and make sure
it is fixed.

In the retesting we checking that particular functionality
and in regression testing we check the whole module.

Is This Answer Correct ?    24 Yes 1 No

Question { Calsoft, 5651 }

In bug life cycle after closing the bug status at last
stage again where you start


Answer

Defect are found when we are doing execution of the test
cases. After we find the defect we log it ( we should not
wait sitting there until the defect is fixed.) and we have
to proceed with execution of the test cases. Once the defect
is fixed we get mail from the developer, then we have to
stop execution of the test cases and we have to check the
defect fixed and if it is fixed we close the defect. Then we
will continue executing the test case where we stopped
before to find the new defect.

Is This Answer Correct ?    0 Yes 0 No

Question { 3669 }

can anybody pls tell me that what type of interaction takes
place or what type of discussions or questions take place
between a tester and client regarding the project.


Answer

Actually testers doesn't talk much in the client meeting.
Team leads and project manager do the major talking. If they
are talking to particular functionality and if that is
assigned to you then you have to tell them how work has been
done and how much is left and the major bug that you get fixed.

Is This Answer Correct ?    1 Yes 0 No

Question { 5319 }

In my application, date box is present on every screen. As a
tester I have to test it on every screen. So need to write
test case for it. If I write a test case for Date box only
once & I refer that test case for next screen date box
testing. Is it Ok??
E.g. Test case name - Date Box test
Test Case Id - 01
If I want to write test case for Date box on New screen/module.
Then is it OK??
Test Case Name - Date Box test
Test Case Id - 20
Test Steps - Refer steps of test case id-01


Answer

It depends on the requirement. For example let take the
credit card application.
On the first page of the application if they ask to enter
the present date we have to write test cases for it.

on the second page of the application if they ask to enter
the birth date we have to write separate test case because
the birth date should be less than 18 years from your birth
date. because that is the eligible age to apply credit card.

On the third page of the application if they ask to enter
expiration of the card, we have to write separate test case.
And it should be greater than the present date.

OR
IF on every page of the application we have to enter the
present or same date then we can copy the test case to all
the pages of the application.

Is This Answer Correct ?    2 Yes 1 No

Question { 18188 }

What types of testing will come under functionality testing
and non functionality testing?Security testing is consider
as functionality testing or non functionality?why its so?


Answer

Types of testing that come under the functionality testing are,
a. Smoke testing
b. integration testing
c. functional testing
d. adhoc testing
e. UAT testing
f. Retesting
g. Regression testing
h. Usability testing.
Non functional testing are
1. Performance testing
2. Stress testing
3. Load testing etc

Security testing is also comes under functional testing. For
security testing we have to give the inputs and check the
behavior of the application.

Is This Answer Correct ?    11 Yes 1 No

Question { 5067 }

what is the Quality and Value that you are going to add to
your company


Answer

We add quality to our company by completing the work in time
and giving bug free application. This will automatically
gives the value.

Is This Answer Correct ?    4 Yes 1 No

Question { 7474 }

what is the importance of SQL and SQL Server in Testing and
also let me know the best institue for SQL and SQL SERVER
for this 2 courses? Thanks in Advance.


Answer

SQL has a important role in testing. Tester should be good
at SQL queries. SQL is used in backend testing. When we have
to check the database or When we enter information in the
front end this must go and store in the database. We have to
write query to verify that the information entered in the
frontend is appropriately storing in the database.

Is This Answer Correct ?    8 Yes 1 No

Prev    1   2   3   4    [5]   6    Next