lakshmanaraj bg


{ City } mumbai
< Country > india
* Profession *
User No # 89319
Total Questions Posted # 0
Total Answers Posted # 65

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

Users Marked my Answers as Correct # 124
Users Marked my Answers as Wrong # 35
Answers / { lakshmanaraj bg }

Question { 3687 }

when we need testing


Answer

Software testing is the process of identifying the flaws or defects in the system and make sure it is compliant with the client requirements before releasing it to the market.

But testing can never assure 100% bug free software.

This might show the inconsistency and inefficiency of testing process or testing methodologies followed, it could also account the human errors in case of manual testing or script errors in case of automated testing.

This directly impacts the quality of the software.

Hence, in order to improve the software quality, certain protocols and rules need to be laid down and complement the efficiency of the software.

Every software undergoes the risk phase.

Hence risk management is a very important factor which needs to be taken care in order to improve the software quality, reliability and robustness of the software.

Also there should be high amount of transparency as to where the software stands in terms of quality, quantity, progress, user effectiveness, compliance to requirements etc.

This raises an alarm to have a systematic metric and report based process, thus giving rise to test metrics and reports.

Is This Answer Correct ?    0 Yes 0 No

Question { 3483 }

Can we include 'Space' and 'Underscore' in alpha characters
or alphanumeric characters at the time of Defect Reporting?


Answer

yes you can include 'Space' and 'Underscore' in alpha characters or alphanumeric characters at the time of Defect Reporting.

I have include both 'Space' and 'Underscore' in alpha characters or alphanumeric characters at the time of Defect Reporting.

Is This Answer Correct ?    1 Yes 0 No


Question { 5886 }

can we do database testing in manual testing? then how we
write the test case?


Answer

Yes of course,

Many beginner and intermediate database testing examples in any programming language suggest that it is perfectly easy to test your application's logic with simple tests. For database-centric applications this is far away from the reality. Start using Wordpress, TYPO3 or Symfony with Doctrine or Propel, for example, and you will easily experience considerable problems with PHPUnit: just because the database is so tightly coupled to these libraries.

You probably know this scenario from your daily work and projects, where you want to put your fresh or experienced PHPUnit skills to work and get stuck by one of the following problems:

The method you want to test executes a rather large JOIN operation and uses the data to calculate some important results.

Your business logic performs a mix of SELECT, INSERT, UPDATE and DELETE statements.

You need to setup test data in (possibly much) more than two tables to get reasonable initial data for the methods you want to test.

The DbUnit extension considerably simplifies the setup of a database for testing purposes and allows to verify the contents of a database after performing a series of operations.

Sample test case for database testing:

The test case for the above requirement is mentioned below:

Test_Case_Id:1

Test_Case_Name:Check the unique identity of Student.
Description:Test case to check the unique identity of Student.

Prerequisite:

1.Database should be present 2.Student records should be present in student table.
Input Data:1.Open your database(SQl,oracle or any which you are using)

2.Open its command prompt editor.

3.Select the proper database

4.Enter the query as:"Select * from Student_Details"

5.Run the query.

Expected Result: The all unique student records will be displayed.

Validation:Student is should be unique.

Is This Answer Correct ?    6 Yes 1 No

Question { 3151 }

can any one tell me the exact testing process of stand alone
application, what type of testing i can perform on stand
alone application and how can i track the bugs(from starting
to ending), and online demo for logistics software if any
one knows please send me the link.


Answer

For application projects manual testing is exact and suitable testing methology.

Let us consider BANK CONVETER as example,

For these kind of stand alone applications we have to do testing from first part of application to last part of application.

We should not concentrate only process but we should view to errors.

We should ask developer to make error in the application and we have to make test.

Then only we can make ordinary testing as extra ordinary testing.

Our testing should make application as much as good.
This is the main theam of any testing.

Is This Answer Correct ?    0 Yes 0 No

Question { First American Corporation, 5657 }

what are the general difficulties which u will be facing while
doing web based testing and desktop based testing.


Answer

Ya there is some difficulties which i faced while doing web based testing and desktop based testing.

The difficulties is while preparing or generating report for the particular web site it takes too much of time.

It is very tuf to collect all the URL's of the web site and we have make report in excel sheet.

The web site has 264 functions. For that i prepared report with 264 URL's and for each action i have given a separate explanation for each URL.

But according to my view while doing web based testing and desktop based testing we will be face some sort of difficulties. But it's nature of testing.

As a tester we have to face such a difficulties and we have to over come the same.

Thus, testers are plays an important and vital role on it.

Is This Answer Correct ?    2 Yes 6 No

Prev    1   2   3   4    [5]