what is the difference in testing a secured site 'https' & a
non-secured site 'http&'
Answers were Sorted based on User's Feedback
Answer / rajesh.pothina
http is used for testing only normal web pages,
http's is used for testing secured web pages only.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tester24
http works on default port 80
and
https at port 443
Regards
Jaglan
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neelmani
HTTP stands for Hypertext Transfer Protocol. When you enter HTTP:// in your address bar in front of the domain, it tells the browser to connect over HTTP. HTTP uses TCP (Transmission Control Protocol), generally over port 80, to send and receive data packets over the web. To put it simply it is a protocol that’s used by a client and server which allows you to communicate with other websites. The client sends a request message to a HTTP server (after the TCP handshake) which hosts a website, the server then replies with the response message. The response message contains completion status information, such as “HTTP/1.1 200 OK”.
HTTPS stands for Hypertext Transfer Protocol Secure (also referred to as HTTP over TLS or HTTP over SSL). When you enter HTTPS:// in your address bar in front of the domain, it tells the browser to connect over HTTPS. Generally sites running over HTTPS will have a redirect in place so even if you type in HTTP:// it will redirect to deliver over a secured connection. HTTPS also uses TCP (Transmission Control Protocol) to send and receive data packets, but it does so over port 443, within a connection encrypted by Transport Layer Security (TLS).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is quality circle?
What is the difference between test matrix and traceability matrix?
. when we preferred spiral model to develop an application? . explain testing methodologies? . explain cyclomatic complexity? .explain difference between stab & driver? . who will conduct integration testing?
Please any one could u please tell me what is CLOAS life insurance?its urgent, thanks advance.
What is test script?
This question is based on ages easy.
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.
Please send me the materials for ISTQB certification. My email ID is testdir@yahoo.com. Thanks in advance. Am specifically looking for The book: Sample Exam Questions: ISTQB Certified Tester Foundation Level (Paperback) by PhD, CTFL John A. Estrella (Author), BSc, CTFL Maria C.Estrella (Author) ISBN-13: 978-1425131333
Metrics of your Project?
What r all the resources u need 4 the project u r currently in?
Draw the Framework Architecture of Selenium RC with combination of Selenium webdriver?
If a bug is found by the customer after product release, then what cycle is applied to find the cause of that defect