when we enter wrongpaasword and wrong userid in login page
and click on ok.it did not display that error msg. it
displays that which page we want.
what type of testing is this
1)functional testing 2)security testing
Answers were Sorted based on User's Feedback
Answer / sajid shaikh
Functionality Testing - At the end we are taking action
on 'OK' button.If ok button will not fire validation
message and droping you on home page that means 'OK' button
is not functioning properly.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nannan
IT IS APPROPRIATE TO CALL IT AS SECURITY TESTING THAN
FUNCTIONAL TESTING.
| Is This Answer Correct ? | 2 Yes | 2 No |
what is functionality testing?
what is the Test completion Criteria?
Who will do unit testing ?
How do we find Effectiveness of Test Cases ?
What is STLC?
What are the recommended sites or books for software testing?
Why you had chosen testing career?
1) In a software development project Spiral Model was Chosen as the development model. What is the best-suited reason for this? A)This model is the oldest and most widely used paradigm for software development. B)In this model users get the feel free the actual system and developers get to build something immediately. C)In this model risk analysis is done coupled with evolutionary S/W process model with the iterative nature of prototyping and controlled systematic aspects of water fall model D)This model combines elements of Classical model with this iterative philoophy of prototyping.
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....
An Web Application is added with two new features. what will be your test approach? Please guys tell me the answer?
Hi,I am very new to testing.i want to be more strong in manual testing(writing test conditions).please suggest me?
define with example high severity and low priority ? 2.low severity and high priority? 3.both are high? 4.both are low ?