arthi


{ City } california
< Country > usa
* Profession *
User No # 93591
Total Questions Posted # 0
Total Answers Posted # 9

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

Users Marked my Answers as Correct # 82
Users Marked my Answers as Wrong # 20
Questions / { arthi }
Questions Answers Category Views Company eMail




Answers / { arthi }

Question { 5625 }

What is a Module?


Answer

A Module is the set of integrated functions in a specific product before it becomes the complete product in the market environment. Eg.,
Take the product gmail page
Before the gmail page was created, the software development phase had - different functions as; My Account page, Login button, Logout button as one 'Module' working as an integrated system in gmail page.But now in UI environment, gmail page has more than one module working as integrated functions in the USer Environment.
This clearly shows that 'Module' is a part of the product before the whole product is build.

Is This Answer Correct ?    0 Yes 1 No

Question { 4641 }

As i know Tester must hv to submit the test cases, test
report, bug report,test results to his/her manager.
So i question is What we write in test report and what else
document we hv to submit to the Pm/TL.


Answer

As a Tester, you have to submit the following documents to the TL/PM.
#Test scenarios, Test Cases with ID description before writing down the strategies of Tests
#Test report document with % of PASS and % of FAIL result analysis
#% of FAIL cases should have exact location TC ID for debugging by the developer
#Test results must contain a short summary of the severity and critical effect of the bugs in the product before release

Is This Answer Correct ?    0 Yes 0 No


Question { TCS, 6010 }

If there are so many bugs open and still the client want the
s/w what will you do?


Answer

If I am the tester for the software, I would specify all the bugs to the developer to fix the bug in short time by referring High Priority Bugs so that the impact of the Low Priority Bugs does not affect the performance of the software in the client environment.

Is This Answer Correct ?    0 Yes 3 No

Question { HP, 12187 }

What u will do if you have less time for testing (3-4 days)
instead of 10 days.


Answer

First I will test High Priority, low severity application rather than testing Low Priority, high severity application.
When user finds an application to close or crash the whole system, then user perspective would be dis-satisfied, this functionality would be tested first in order to avoid performance failure in the user environment.

Is This Answer Correct ?    5 Yes 3 No

Question { CSC, 6891 }

If a TESTER finds a defect in a WEB APPLICATION, and then
raised a ticket to developer. But a developer was unable to
reproduce the same defect, then what a tester must do. And
what a tester needs to explain a developer...?


Answer

Hi all,

As friend said, 'Tester environment and developer environment are different'. A tester needs to explain the DEFECT i na detailed manner like specifying the test case ID, Scenario ID, requirement ID to report the result to the developer.
The developer could identify the same if he uses in the same web environment or may even report saying, ' hey tester you have filed a wrong defect' It completely depends on what web server the application is running and depends on FRD sent to the tester

Is This Answer Correct ?    1 Yes 0 No

Question { 6988 }

What is the difference between migration testing and regression testing?


Answer

Migration testing is data transferring between data storages formats,and systems. Here the data is copied from one system to the other and tested for new change adaptability of the functionality.

Regression testing is re-running of the test cases in a particular build to test whether the newly added feature does not bring new changes to the existing functionality.

Is This Answer Correct ?    2 Yes 0 No

Question { 5117 }

what is a buglist?


Answer

Buglist is the list of bugs in a specified application of software testing environment. It lists the bugs that are tracked by a software tester to the developer for debugging the application.

Is This Answer Correct ?    2 Yes 0 No

Question { 6818 }

What is dry run testing??


Answer

Dry run testing is the testing process where effects of a possible failure are intentionally mitigated.
For eg., A remote control toy car manufacturer mitigates the functionality of the failure of the remote before the product is ready for testing. This mitigation of the failure effects is called Dry run testing.

Is This Answer Correct ?    0 Yes 0 No

Question { HCL, 65517 }

write test case for gmail sign up page ?


Answer

Test case for gmail sign up page:
---------------------------------
The expected results and Actual results are written with space in between, please note them in Excel sheet for further clarity.
--------------------------------
TC_gmail_a/c_ 001 1 Enter www.gmail.com in browser address bar gmail home page should be displayed gmail home page is displayed P"
2 Click on create account page Create a new google account page should be displayed Create a New google account page is displayed P"
3 Enter first and last name in the name text box User text should be displayed User text is displayed P"
4 Selet username text box Help tool tip box with help string should be displayed Help box displayed for certain time P"
5 Enter Username in the Choose Username text box Text should be displayed User text is displayed P"
6 Enter password iin the password text box Encrypted text should be displayed Encrypted text is displayed P"
7 Enter same password to confirm in the confirm password box Encrypted text should be displayed Encrypted text is displayed P"
8 Click on the Birthday monthlist box to select Selected month should be displayed Selected month is displayed P"
9 Enter birthday in the birthday text box Entered numbers should be displayed Entered numbers are displayed P"
10 Enter year of birth in the year text box Entered numbers should be displayed Entered numbers are displayed P"
11 Click Gender in the Gender list box Selected gender should be displayed Gender selected is displayed P"
12 Select country code from the country list box Selected country code should be displayed Selected country code is displayed
P"
13 Enter the mobile number in the mobile text box Entered numbers should be displayed Entered numbers are displayed P"
14 Enter the other email address in the current email address text box Entered email address should be displayed email address entered is displayed P"
15 Copy the displayed texts in the captcha imagetext box Enetered text should be displayed Entered text is displayed
P"
16 Select country of residence from the Location list box Selected country should be displayed Selected country is displayed P"
17 Select Google terms of Service in the check box Check should be displayed in the check box Check mark displays P"
18 Select google personalization settings in the check box Check mark should be displayed in the check box Check mark is displayed P"
19 Select Next Step button Create an account page 2 should be displayed Create an account page 2 is displayed P"
20 Select 'Add profile picture'/go to next step button Browser should choose photos from computer/ go to Create an account page 3 should be displayed Browser explored the photos from the computer/Create an account page 3 is displayed P"
21 Select 'Continue to Gmail' button Inbox page should be displayed Inbox page is displayed with email notifications from google.com P"
In the above cases all the expected results match the actual result so test cases 'Pass'. If the expected results doesnot match the actual result, the test cases will 'Fail'
Test engineer has to report the defect to the developer with the TEst case ID, SCenario ID, with the exact location of the defect to debug.

Is This Answer Correct ?    72 Yes 13 No