how to test ip address?
Answers were Sorted based on User's Feedback
Answer / wasim
Hi,
Following is the some ways to test IP address:
1. Change the current IP address
2. Ping it from CMD when IP address hosting machine is ON
3. Ping it from CMD when IP address hosting machine is OFF
4. Verify from some external sites like 'What is my IP?'
5. Change the current IP address format with some already existing one and Ping it
6. Change the current IP address with some wrong format.
Above are the some Test Steps you can add more to it...
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / arun
you cannot check the ip,for security reason ip will not be displayed.
| Is This Answer Correct ? | 0 Yes | 6 No |
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
to write test cases for fuel guage?
Do anyone hav any knowledge about testing the Eftpos System??Like what kind of test cses that can be prepared for checking the system...
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
testcases for biggest of three numbers?plz give the answer
my friend has done one project using .NET framework with C# coding and backend SQL Server 2005. In it, he has prepared and execute the test cases and stored that in the centralized database. in software testing, Do the testers do like this or use excel sheet to store the test cases? tell me .... i have so confuse.. pls anybody answer me as quickly as possible
Write a test case for telephone?
what is the purpose of writing testcases
i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)
int a, int b, int c= (a+b); Write the test cases for c.