What is the advantage of manual testing over automation testing?
Is there any performance testing done in manual testing?
E.G: performance testing of gtalk. for manual testing interview only performance testing questions were asked.
yes... we can do performance testing. But , it cost more and more then the automation. ex: if we are testing any mail application having load for 1000 users. we cant have 1000 peoples and make them t...
Yes .. performance testing can do manually.But its not accurate as automation.
Consider an application with two parameters a and b as input. If all inputs are valid, the application returns "eureka", otherwise it crashes. The equivalence classes are as follows: parameter a: eq_a1: 0 < a < 10 (valid) eq_a1a: a 10 (invalid) eq_a2: a is an integer (valid) eq_a2a: a is not an integer...
boundary value analysis: consider a set of value or range of value set of values like 10,20,30,40,50. now we have to test for 9 and 51 for negative values and any of the positive values from set like ...
Sr no. Test case name. Test Procedure. Pre condition. Expected result 1. A_0 Run the app giving Value of B is ...
When a system is running 24/7 with 1min down time, what kind of testing needs to be done?
Soak testing is nothing but, a type of performance test that verifies a systems stability and performance. In other word running a system at high load for a prolonged period
Soak testing needs to be done because the application is running long period of time.
What kind of testing used within a loop?
Loop Testing, which is a white box testing technique.
In this technique we need to test each and every loop specified in the code atleast once.
What are the standards of istqb?
international software testing qualification board
What are the different types of load conditions?
The types of load conditions are:
Performance test
Load test
Stress test
Capacity test
Who is responsible for the maintenance of the software after it is deployed?
In case of computer networks, the network engineer is responsible for the maintenance of computer hardware and software that comprises a computer network otherwise maintenance group and the maintenance programmer is responsible for the maintenance.
Outline the main phases found in the waterfall model and provide evidence that supports this statement in the context of the waterfall when used in practice.
1. Sotware Requirement Specification
2. Analysis
3. Design
4. Coding
5. Implementation
6. Maintanance
Phases are like this:
1. Requirements.
2. Design
3. Implementation
4. Verification
5. Maintainance
All these phases go in a sequence.
In Extented Waterfall model we had all these phases come in iteration.
What is the diff between volume & load?
Hi, Load Testing : It specifies that is the application able to handle a maximum load as specified in the requirement specification document. Volume Testing : It refers to testing a software system ...
Load testing: testing the system to check how much load it can handles until system fails
Volume testing: testing the system to check the volume of data the system holds.
What is localisation testing? Was asked in manual testing interview
Hi, Localization means modifying a globalized application to be run locally. Localization is done based upon the local culture,language spoken, government rules & regulatory standards followed in tha...
Localization comes in multi language testing. Here tester knows some languages including English, depends on software requirement, whether that software working on specified languages required for the End user
Statement and decision coverage
Consider the following:pick up and read the newspaperlook at what is on televisionif there is a program that you are interested in watching then switch the television on and watch the programotherwisecontinue reading the newspaperif there is a crossword in the newspaper then try and complete the crossworda)...
Hi,
The answer will be SC=2 & DC=3
Thanks
Hi.. The answer provided was sc2 dc 3 which I feel is correct as there are two nodes
SC>>>>
1. If interesting prog on tv
2. If crossword on newspaper
DC
1. Interesting prog on tv,
I. Yes
II.No
2 Newspaper
I.Yes
Hence proved
Hi, Pilot Testing is like a trial run. It helps in identifying the best testing tool and how to use it in the best way. Here a testing tool is used in a small or a dummy kind of a project first wher...
hi Mahesh
Thank you very much
How do you review testcase (types of review)? And whom to send for review ?
Test cases are reviewed by peer testers or by lead. The testcases should be simple, easily understandable, but powerful. No repetition of test cases should be present. Before reviewing the test cases...
How will you write test cases for a code currently under development?
HLD - High Level Design & LLD - Low Level Design
We can write the test cases for code currently under development by using the use case document.
After completing sanity testing which test is done in the testing department?
Once the smoke/sanity testing is success, we get into functionality testing. The process of excessively testing, each FR (Functional Request) with all the +ve and -ve test case is called as functiona...
sanity testing always perform by testing team once the application has been deployed in the testing environment from development environment......
What are the different phases in sdlc,what is test teams part in tht??
Different phases in SDLC is : 1.Feasibility requirement specification analysis 2.Design 3.Coding 4.Testing 5.Installation (or) Deployment 6.Maintenance In fourth phase only testing teams part...
Phases in SDLC
Requirement Analysis
Design
Developing
Testing
Implementation
Maintenance
Testing Phase will be do the Test team. Verification (QA) and Validation(QC)
When system testing is requited ?
After doing functional, integration testing, why there is a need for system testing? Explain the situation when you can skip system testing
Unit Test must be completed Integration Test must be completed complete software system should be developed. Then after we need a system testing. system testing is nothing but functional tes...
System testing reveals the architectural errors within the software.
What is difference between the build version id and software version id
Software version is the version of the market released software
Where as the build version or build id is the version used for testing and further test cycles, before the code is released
Build is a Executable file which is handed over to the tester to test the functionality of the developed part of the project. Release is that which we finally hand it over to the client of the pro...
What are the challenges you think you may face in client location?
1.Environment Setup
2.Localization Problem
3.Miscommunication
4.Performance Lack
1) Communication lag
2) Miscommunication
3) Different reporting structure
4) Mismatched priorities
5) Not always focused on the same goal
6) Inconsistencies between test environments
7) Untimely deliverables
Hi, I agree with your points but automation can not be performed for every language,by reading this statement I am little disagree.Because I personally tested a website for 10 different languages by ...
The main advantage of mannual testing over automation is that in mannual testing u need not to maintain the scipts in automation testin it becomes difficult to maintain the record scripts.