rajendra prasad reddy


{ City } hyderabad
< Country > india
* Profession * software test engineer
User No # 3404
Total Questions Posted # 62
Total Answers Posted # 103

Total Answers Posted for My Questions # 319
Total Views for My Questions # 969750

Users Marked my Answers as Correct # 1103
Users Marked my Answers as Wrong # 699
Answers / { rajendra prasad reddy }

Question { 4737 }

Name three types of tests that should be automated.


Answer

1.Performance(Must)
2.Functionality
3.Data Driven.

Is This Answer Correct ?    1 Yes 2 No

Question { 6251 }

Name three types of tests that should NOT be automated.


Answer

Main one is user interface testing.
But the type of test will depend on type of application
and its compatibility with the selected tool.

Is This Answer Correct ?    0 Yes 0 No


Question { 5255 }

What are the four steps of automated testing?


Answer

1.Plan the test
2.Create the Test scripts
3.Run the Test Scripts
4.Report the Results

Is This Answer Correct ?    6 Yes 2 No

Question { 7649 }

What is an IDE?


Answer

IDE-Integrated Development environemt

Is This Answer Correct ?    3 Yes 1 No

Question { 3716 }

What are the three aspects of GUI software to test for with
WinRunner?


Answer

1.Create GUI map and Test csripts
2.Debug and Run the defects
3.view and report the Results.

Is This Answer Correct ?    0 Yes 0 No

Question { 5070 }

What are the two ways to create test scripts?


Answer

one way : Record and play back

second way: Programming (DP)

Is This Answer Correct ?    2 Yes 0 No

Question { 5582 }

What are the four steps to record a test script?


Answer

1.Record
2.Run
3.Debug
4.Update

Is This Answer Correct ?    3 Yes 0 No

Question { 6332 }

please give me the template of tracebility matrix ? i need
whicch is commanly used in real time...


Answer

Following ten columns will be the in Traceability matrix.
1.Requirement ID( the Requirement id provided in the SRS
document)
2.Requirements (Requirement Descrition)
3.High Level Design (document reference)
4.Implementation Design(implemented or not)
5.Source Code (Component/class Program Name)
6.User Documentation(preparation)
7.Unit Test Case Id(Unit test case ID's)
8.Integration Test Case Id (Integration test case ID's)
9.System Test Case Id (System Test case Id's)
10.Release / Build Number(build release number)
It will give coverage of Testcases at different levels of
Testing.

Byeee
Friends
rajendra_penumalli@Yahoo.com

Is This Answer Correct ?    1 Yes 0 No

Question { IBM, 18743 }

What is a good requirement and bad Requirement


Answer

You are correct Divya

Is This Answer Correct ?    2 Yes 3 No

Question { Oracle, 8684 }

what is diff., between bug and defect


Answer

Actually:
Bug: Deviation from requirement is a bug.
Deffect: Defect is the one which wil cause the software
failure.
so Bug is Cause for defect
Defect is effect of the bug.

One more thing in real time people use these both terms as
Synonymical words. Majority of people say both are same.

still any one of have doubts regarding this concept feel
free to call or mail me

Byee

rajendra_penumalli@yahoo.com
9885162742
hyderabad

Is This Answer Correct ?    0 Yes 2 No

Question { Oracle, 17868 }

you written some code in qtp for opening google.com browser
and entered some text inthe search text box and clicked
search button. this is ur script..

before running this script i have already opened two
google.com browsers.
now am running the script what will happen?
script will run or what??

Thanks...
Nani


Answer

Yes Nani even if u opend google the browser,if run another
script,script will open another web page and performs
wat ever u wrote in that script.

For example i am providing a script for opening a
google.co.in web page and seraching for 'search' on goolge.
Code:

Set IE = CreateObject("InternetExplorer.Application")
IE.Navigate "http://www.google.co.in"
IE.Visible = True
Wscript.Sleep 8000
IE.Document.All.Item("q").Value = "serach"
IE.Document.All.Item("f").submit()

Copy above code in notepad abd save it serach.vbs on desk
top.

then click on file after saving it desk top.

this scripts runs and opens goog.co.in web page.
if u click once again it will open again a web page.

If u have any doubt please mail me

byee
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
Test engineer
Hyderabad

Is This Answer Correct ?    6 Yes 2 No

Question { Ness Technologies, 8082 }

Hi anybody can answer this question with example. giving as
it is i faced in interview.................
What is TestPhase? What are Entry and Exit Criterias?
Should explain with Example.


Answer

TestPhase

ok

Software Development Life Cycle has different phases.

i.e if we take simple SDLC: Waterfall Model

1. Requiremnt Gathering
|
|
v
2.Requiremnt Analysis
|
|
v
3.Coding
|
|
v
4.Unit Testing
|
|
v
5.Integration
|
|
v
6.Integration Testing
|
|
v
7.System Testing
|
|
v
8.Maaintanance

The above eight phases are called SDLC Phases.
Ok,Now Testing is a Phase Of SDLC.
If Tester is Purely Black box tester he can do System
Integration testing , System Testing and Maintanance
testing.

Entry Criteria: The basis for stasrting the testing of an
application or product.

For example:Before starting System testing Development team
should comple the Unit testing.Then they will depoly the
build in the test server.
Then the testing people will do the Sanity or Smoke testing
on the Newly deployed Build of application or product.
If the Application or Product passes the Sanity or Smoke
testing we will accept the build for testing.
This is the Entry criteia.I.e We will accept Build when
only is is stable and have no show stoppers.

Exit Criteria: This is the criteiawhen we will
stop/conclude testing .

For example we encounter a show stopper and it is not
allowing us to test further then we will stop testing.
or If we met the Specified quality standards then we will
stop testing>

Entry and Exit criteria's are components of Test Plan.

Example:
4.4.1 Entry Criteria

*.Unit testing has to be conducted and should have
passed.
* Test results have to be shared with the QC team.
* Known issues should be communicated to the QC
team.

4.4.2 Exit Criteria
*.Execution of system test cases without any issues.
*.Discussion with PM for acceptance in case
of issues.
*.Acceptance and release approval from QC.

Ok Friends Byee

Still if u have doubts
feel free to mail me.
rajendra_penumalli@yahoo.com

Is This Answer Correct ?    3 Yes 3 No

Question { Accenture, 37528 }

Can anyone tell me the test scenario for railway reservation
online booking. I need all test scenario.... please friends
help me.


Answer

Before writing the TestCases Please Carefully Study the
Application

So,
Application Under Test:https://www.irctc.co.in
Application Type: Web Application

After this List down the Features/Functionalities of the
Application

In IRCTC case we have follwoing Features/functionalities:

1.Signup-New User Registration.
2.Account Activation through Email
3.Account Activation through Mobile
4.Forgot Password for Password reset

5.Plan My Trip Feature
6.Quick Book Feature
7.Link to Book Mumbai Season Ticket
8.My Transactions
a. Booked History
b. Print E-Ticekt
c. Cancel-Eticket/refund
d. Cencel History
e. File TDR
f. TDR History
g. Refund Status of Cancelled Ticekt
h. Refund Status of Failed Transaction
9.User Profile
a. User Profile
b. Change Password
c. Master List of Passenger
d. Passenger Travel List
....etc

To cover all above features and Sub Featues we have to
write more than 500 Testcases.

For Sample I am writing some tests for IRCTC Login Page and
IRCTC Plan My Travel Page

--->IRCTC Login Page

Test for SignUp Feature
Test for Account Activation after SignUp
Test for Password Recovery
Test for all the links in the page

--->IRCTC Plan My Travel Page

Positive Test Cases for e-ticket(TicketType):

Note:Business Rule:An e-ticket refers to the normal
Internet ticket which can be booked up to the time of chart
preparation for your train.
An e-ticket can be booked in Confirmed/RAC/Waitlisted
status.

Test 'Find Trains' feature with all valid
data :FROM,TO,Date,TicketType-e-ticket and General-Quota
Test 'Find Trains' feature with all valid
data :FROM,TO,Date,TicketType-e-ticket and Tatkal-Quota
Test 'Find Trains' feature with all valid
data :FROM,TO,Date,TicketType-e-ticket and Ladies-Quota

Negative Test Cases for e-ticket(TicketType):

Test 'Find Trains' feature with Test
data :FROM,TO,Date,TicketType-e-ticket and General-Quota
Test 'Find Trains' feature with Test
data :FROM,TO,Date,TicketType-e-ticket and Tatkal-Quota
Test 'Find Trains' feature with Test
data :FROM,TO,Date,TicketType-e-ticket and Ladies-Quota


Positive Test Cases related to TicketType-i-ticket :

Note:Business Rule:An i-ticket refers to the normal
Internet ticket which will be delivered at your door step
in 2-3 days.
For I ticket you have to book a ticket at least two days in
advance to date of journey to ensure courier delivery.
It can be booked in Confirmed/RAC /Waitlisted status

Test 'Find Trains' feature with all valid
data :FROM,TO,Date,TicketType-i-ticket and General-Quota
Test 'Find Trains' feature with all valid
data :FROM,TO,Date,TicketType-i-ticket and Tatkal-Quota
Test 'Find Trains' feature with all valid
data :FROM,TO,Date,TicketType-i-ticket and Ladies-Quota

Negative Test Cases for e-ticket(TicketType):

Test 'Find Trains' feature with Test
data :FROM,TO,Date,TicketType-i-ticket and General-Quota
Test 'Find Trains' feature with Test
data :FROM,TO,Date,TicketType-i-ticket and Tatkal-Quota
Test 'Find Trains' feature with Test
data :FROM,TO,Date,TicketType-i-ticket and Ladies-Quota

I hope with this you write all other testcases,Still if you
need personal help on this feel free to contact me on my
mobile:9008566233(Bangalore)

Thanks,
Rajendra Prasad Reddy Penumalli

Is This Answer Correct ?    40 Yes 3 No

Prev    1   2   3   4   5   6    [7]