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 |
Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
wat is mutation testing ?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
write case for petrol pump?
9 Answers Accenture, AppLabs, EPPCO, Satyam,
test case for open doalog box. thanks a lot!
Write test cases on for windows media player?
test cases for restaurant billing system????????
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)