Why session is created ? how is it related to security concern for the application? why session id is created ?
Web server , application server , data base server
What is the difference between web server , application server and database server with a perfect application server?
IN Web Server We Design a Web site make it Public/private and fetching it for information Throughout organization or out of organization. IN Application Server,We Stored the Application/Software Setup...
Web server - which holds the information of sites
Application server holds info of all the application we use
Database server is one which is used to hold all the data of users ...
What is the difference between the claim testing and feature testing ?
Writing scenarios is not a difficult task its nothing but understand the project r product u have got and prepare the proper scenarios for example:
Verify lines spacing in between controls in through out screens of software
This is one of the example for non functional testing scenario
Claim testing and variability testing
What is claim testing ? what is variability testing ?
Hi Chinmay Claim testing or variability testing : This testing is done to test someones claim about a software. While developing a product if someone (in same or other team) claims that the applicati...
What the browser sends when you enter the url?
When you enter the url in the browser what it sends to the server ? what is the path followed by the request sent by the browser?
when we enter url, browser send ip address of url to the nearest ISP. Different ISP, this ip reach the DNS server. DNS server resolve the ip to name i.e. convert ip address to the web page and again send through the isp to the client
Browser sends a DNS query to the configured DNS server in the network. DNS server responds with the IP address. This is for name resolution. Network Connection is then established to the IP address re...
Prepare report for endurance testing
While doing endurance testing for a web application what are the factors on which I should concerned of ? what shall I add in to the report .
Endurance testing is nothing but smoke testing this is noting but applying the desired load for more time and monitoring weather it is behaving properly or not.
Also known as "soak testing", endurance testing focuses on time and throughput. This type of testing normally has the objective of finding memory leaks in the application. Endurance testing applies vo...
Help getting for testing using chrome browser , apart from "inspect element"
We know that "inspect element helps a lot in developing as well testing. But what are the other feature in chrome which helps me while testing ?
I am logging in as 100 user using jmeter tool. Do I need to send all the threads to the server with different username and password? how is it working???
There arises two case As you can login to your application with same credential from different browser from the same machine .So we can do for 100 users with the same credentials if we want to check ...
No need login with diff username and password
Hi IDEAL is testing stands for Initiating , Diagnosing , Establishing , Acting , Learning . It is basically a process improvement method . Here as the Acronym for IDEAL suggests it initiate an idea f...
Agile technology or incremental model is the ideal model of software testing. We need to follow plan, kick off, testing, reporting bugs. In this model all the requirements are divided into small small development program and done. If we test them. We can detect bugs early
What is progress report in testing?
How progress report is written and useful in testing? thank in advance
It is document that gives the status of the project how many test cases that have been tested along with the date and the remaining test cases that are yet to be tested will be mentioned in the report.
It is a report which consists of planned testcases vs actual test to be done. It might be any format i.e table/chart.
Why complete testing is not possible? Be specific and write the constraints for which complete testing in not possible?
we use session to store the users information ,and can be use on next page when user click on next page. like we have a page for login which consist 2 text box one for username and another for passwo...