What is Standalone testing?
Answers were Sorted based on User's Feedback
Answer / hari babu
it is nothing but verifying the input given from front end
is correctly stored in data base are not
| Is This Answer Correct ? | 26 Yes | 9 No |
Answer / anand
Stand alone testing means to test a window base application
in which client-server(database) is on one system in which
client and server are on different system known as 2-tier
application
or if interviewer not satisfied with above answer
we can say to test individual component means we can say
functional(unit/component) testing is stand alone testing in
which we test only single feature(module/component) not
bothered about interface and data flow between
modules/component.
| Is This Answer Correct ? | 16 Yes | 8 No |
Answer / manjunath
Testing the application built for single user is called stand alone testing ex:antivirus
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / viraj
Stand alone testing is the type of testing wherein a company which has developed the product will outsource it for testing (if it does not have the skill set or for the cost cutting purpose).
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rohan
Stan alone testing is to test the application functionality rather than the data flow of the application.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / pratyush sharma
stand alone testing is the testing that done without help of any thing (Like stub and drivers). so System testing or we can say UAT, alpha and Beta testing is stand alone testing.
correct me if i wrong?
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / pooja
where two do not communicate over the net; they just
perform simple API tests then exit is called standalone
Testing
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / arka chatterjee
Let an application be installed in web-logic on more than
one physical server. Standalone testing is to test whether
an application can stand depending on only one physical
server while the other physical server is down. The testing
includes the availability of the admin from the available
single instance of the box.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / usha poladi
Stand-alone testing is the place to start in testing any
pattern. The stand-alone test focuses on the pattern itself
and tests each of the characteristics identified
| Is This Answer Correct ? | 2 Yes | 8 No |
Answer / baba
testing in only one system is stanalone testing i
think,like window application.
| Is This Answer Correct ? | 3 Yes | 12 No |
What is mean by Open Source tools?
Hi, this is sekhar yadav, who is given the seviarity and who is given the priarity
what are the -ve test cases for Railway Ticketing System?
Please is there any one working with ITR.COM? Having interview with them. Any tips will help.
What is a Data Guidelines?
How do you detemine wat to be tested?
what is single tire, 2tire 3 tire and so on upto ntire ? can ny one explain me about this in detail.
What is Pre UAT and UAT is there any difference ?
Can you explian $ pillar of Agile
what is test case and test scenario , plz do explan with example....
1. can automation testing replace manual testing ? If it so, how ?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....