What is security testing? Does it comes under functionality testing?
Security testing is a process to determine that an information system protects data and maintains functionality as intended. The six basic security concepts that need to be covered by security testin...
Security testing is a non-functional testing type. It tests how secure the application is. It guarantees security in the application so that the user can trust the application and can provide with ve...
What is the difference between smoke testing and sanity testing?
Smoke testing is after build releasing we will test high level functionalities working or not. Sanity testing is we will test all functionalities working properly or not.
Sanity testing means developer to finish developing the software tester to test the software whether it can properly developed or not.it is called sanity testing.
smoke testing means:-before send the build to maintenance team finely to test the positive testing that is called smoke testing.
Smoke Test: When a build is received, a smoke test is run to ascertain if the build is stable and it can be considered for further testing. Smoke testing can be done for testing the stability of an...
What is the difference between iso,cmm and CMMI?
The Capability Maturity Model (CMM) is a way to develop and refine an organizations software development process. A maturity model is a structured collection of elements that describe characteristics ...
What is the difference between ISO an ISI ?
What are the most used testing tools?
Tools are categorized by keeping eyes on different factors. So they are good at their ways. But if we mention tools good at their fields. For automation testing:QTP(comercial) , Selenium (Open sourse...
For Automation Testing: Selenium, QTP
For Performance Testing: JMeter, LoadRunner
For Security Testing: Firebug, WebScarap
Software Version Control is a system or tool that captures the changes to a source code elements: files, folders, images or binaries.
Version Control Tools track these changes and allows manipulation of versions and baselines.
A version control system (or revision control system) is a combination of technologies and practices for tracking and controlling changes to a projects files, in particular to source code, documentation, and web pages.
Black box Testing: It completely tests the functional and non-functional attributes of the application without getting access to code. i.e. application is tested without getting access to code. White...
Black box testing is something like a black box....... about which i don know wht is inside this one. We just know that if we give this type of input it results this type of out put. How ...........I ...
What are the methodologies you use to write test cases ?
If we understand the user needs completely and appropriately it becomes easier to write Test Cases. For writing Test Cases we need to think from the point of view of an end user. Normally the follo...
1)input domain
2)cause effect
2)state transition
What is the difference between static and dynamic testing?
Static testing is done without/before executing the code (say for eg reviewing the SRS or reviewing the code) to find out errors if any. Here it is very useful to find out flaws in user requirements. ...
Static Testing & Dynamic TestingStatic Testing: Static Testing is the process of Verification. Static Testing is done by QA(Quality Assurance) teamStatic Testing technique do not execute the ...
How do you explain v model in manual testing?
As the word suggests "V Model" has two parts i.e. "" which contains the development activities i.e. SDLC (Software Development Life Cycle) and "/" which contains the associated testing activities i.e....
In the V Model SDLC, both the Development activity and the testing activities start almost at the same time with the same information. The development team does design and development and test team do...
Que: what is difference between black box and grey box tewsting?
Black Box testing purely sees the functional and non-functional characteristics of the application (i.e. we dont have to check the code) Grey Box testing is a combination of both White Box and Black ...
Without knowing the internal logic, just based on the SRS , the testing performed is termed as black box testing. Its performed by the testers.Grey box is a combination of blank box and white box. Thi...
Security testing-from where to delete cookies
Hello frnzwhen we r testing cookies for security testing in that we have to check for deleting cookiesmy ques is do we have to delete from browser(google chrome m using) or from hard drive?Reply soonthanx
Cookies are browser specific i.e. cookies of different browsers are stored in the hard disk in different folders where the respective browsers are installed. So deleting cookies by using specific brow...
Two ways to delete:
1. in IE goto Tools->Internet Options->General Tab->Browsing History section->Hit Delete button->Choose an option what you want to delete
2. Goto Windows Start->Run->Type Cookies->Hit enter->Select all->Ctrl+A->Delete
Integration testing for multiple applications
I appeared for an interview and interviewer asked me the below question, pls answer aSAP :if you have 2 modules (applications) and you need to do integration testing , how will you proceed i.E how will you create test cases ..You may answer using any example
Integration Testing purely depends on how the system is designed, which helps to determine the interdependency between each module.
When we know how individual modules depend on each other, we can do integration testing of two or more modules depending upon their interdependency.
Intergration testing is technique used for integrate the hole module.
Test Log is a record which keeps information regarding which test case passed and which test case failed.
It is updated after every test case is run.
A chronological record of all revelant details about execution of a test.
How will you conduct security testing manually?
Hi,
Security testing can be done manually, but it needs very keen observation to identify the sources of security leaks.
Firebug is a great tool to do security testing manually.
Thanks
Security Testing is the bigger umbrella...if you can drill down to which area you wanna test it might be helpful. On a general note, security testing mainly covers tests related to Authorization and A...
Hi,
Sandwich Testing is also called Mixed Testing.
It is a form of integration testing which combines the bottom-up and top-down approach of testing.
Thanks
Hi
Sandwich Testing is the combination of Bottom-up testing with the Top-down Testing
What is testlog document in testing process?
Hi
Test log is a document which indulge all descriptive information about the Test.It is basically done to trace back the activities/events done while testing.
It includes
1)Test log Identifier
2)Description about the test
3)Task done during testing
TestLog is a maintainence document of Test Plan and Test cases that runs on different Test cycle. Which contains the Test Results of executed Test case(Passed/Failed)
Hi The Instance has to be created in QC for creating the hirarchy like parent child in test plan , which further moved for the exectution from Test Lab. However Its very important to have the domain...
How many tables will be created when a project is created in quality centre 9.2?
This question should be moved to Quality Center!
How to exeute a test case saved in ruby? Where to see the results?
Use this site: http://selenium.rubyforge.org/getting-started.html
Volume test is order to find the tress point of the application. Where the application failed to respond properly .
Interface testing is GUI testing .
Volume testing is conducted once load point known to us that is till that point Responce time is stable,in case client requires irrespective of responce time he or she wants deadline of the project th...