A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

Sunday, 27 September 2020

Manual Test Case of login page.






1. Enter Valid user name and password.

2. Enter invalid user name and password. 

3. Enter valid user name but invalid password. 

4. Enter invalid user name but valid password. 

5. Verify alert messages which blank user name and password then click login button. 

6. Check password field that password should be show like ****** or ---------.

7.verify show password option

8. Verify SSO single sign on, if browsers close without logout, then software should be login without enter user name and password.

9. Verify that Enter Key of keyboard is working on the login button after inser user name and password. 

10. Verify that user is able to login with a new password only after change password though forget password .

11. Check XSS ( cross site scripting) like enter html tag in password and user name field.

12. Verify that alert message which single space in user name then click login button.

13. Verify that login page all control in different browsers.

14. Verify the time taken to login with valid user name and password 

15. Verify that front and text color, color coding of login page is  as per the standard. 

16. Verify that login page opens on browser then by default the cursor should remain on the user name textbox

17. Verify that a user cannot enter the username and password characters more than the specified range in each field.

18. Verify that space should not be allow before any password and username character attempted. 

Thursday, 17 September 2020

Cool window 10 Tricks and Hiden features you should be know

 Window 10








1:- Parallel Desktop.:--  This is best option in window 10. by this option if you want hide your desktop which you do on our system like use Facebook, play game, etc. if you want that desktop don't know if you parents is coming near you. Task view allow a user to quickly hide all desktop or quickly open new desktop and manually manage multiple virtual desktop.


2:- Shake to focus. we know about arrow with video




3:- Command Prompt window transparent. 




4:- Known wi-fi password.   



5:- Dynamic Lock.


Will update soon

 




Thursday, 10 September 2020

Awesome Android Application That should you know





 1st App

Podeo:- podeo is indian app, this is important app. In this app you Read the breaking news headlines, latest articles, stories and anything you discover online. This is no 1 app for wat h treading video.

Downlaod Links:- https://play.google.com/store/apps/details?id=com.podeo


2nd App

iCallScreen app:-  Currently, users are filling boring with  old caller screens so HQ infosystem bring you. In screen caller id. You can get full screen caller.In this caller screen app have contacts list, recent list, favorite list, and dialer T9 search keypad. There are also several settings for the slide to answer the callscreen such as swap accept and reject buttons, change color background, change ringtone, block - sim card preference for users to change spam and sim card settings. Also in the CallScreen app, users can add calls, view contacts, add a reminder for calls, send a message when you are not able to take calls, merge conference calls, swap calls And diverge from the convention.


Downlaod link.

https://play.google.com/store/apps/details?id=com.hqinfosystem.callscreen


3rd app

Magic call app : This is awesome app, voice transfer during call. 

 Voice transfer accessible if need arise.femail voice transfer,kids voice transfer ,animation voice transfer.

Switch voice between during the call

Win free credit during first time install.

Test your voice before transferring call.


Downlaod link:-https://insurepie.com/magiccall-voice-changer-app/



Monday, 7 September 2020

Routing in Networking

 


What is Routing in Networking?

Ans. First we all need to know that whenever we want to send data from one network to another network. We need router to achieve this. Router help us to send data from one network to another.

There can be many paths to send data from one network to another, but router choose optimal path to deliver the packet from one network to another.

This process of choosing best path (Optimal path) for packet delivery is called Routing.

Routing is performed by network layer (Layer 3)

 

There are three types of routing                                                                                                                                                                                                                                     

  1.          Static Routing
  2.        . Default Routing
  3.       .  Dynamic Routing 


1)Static Routing: -

·        Static routing is configured by administrator manually. Administrator add routes in routing table manually. In this type of routing administrator decides the best rout that will be used for packet delivery by the router. Suppose if there are four routes A, B, C and D. If it is configured to go via B by administrator, it always will go via B. If it is configured to go via C and D, it always will go via C and D.

·        It is Fast and secure because it is configured by the administrator itself.

·        Used for small organization. That has a network of 10-15 Routers.

      Disadvantages of Static Routing: -

  •        Used for small network
  •       Everything to manually
  •      Network changes affect complete network.

 

Thursday, 3 September 2020

Software Testing interview questions and answers for manual and automation

 Q.no. 1 What is selenium ?

A.no.) selenium is test automation suit that is use for  automation web applications. Selenium supports multiple browser, programming and platform

Q.no 2 What are different form of selenium?

Ans. Selenium are four form.
Selenium web driver:- it is use for automation of web applications using browser's native method.
Selenium IDE:- It is record and play back principle.it support Firefox browser.
Selenium RC:-  Selenium Remote control (RC) is official deprecated by selenium. its used to work on java script  to automate the web applications.
Selenium Grid. Allow selenium  tests to run in parallel across multiple machine.

Q.no 3 What is API

Ans:-  API (Application Programming Interface) helps in communication and data exchange between two software systems.

Q.no 4 What is Manual Testing ?

Ans:- Manual testing is a type of software testing where tester manually execute test case without use any automation tools.

Q.no 5 How many type Manual Testing?

There are 6 type of manual testing

1: White box testing

2: Black box testing

3: Unit  Testing

4: System Testing

5: Integration Testing

6: Acceptance Testing

 
Q.No.5 what is smoke testing ?

Smoke testing is the initial software testing process. It performed after software build to known that software ready or stable for further testing.

 Q.No.6 What is exploratory testing?

Exploratory testing is a software testing process. Exploratory testing means testing or exploring the applications without following any schedule   or procedure. While performing exploratory testing tester don't follow any pattern.

Means if you join a new company and document missing of product that time which testing you performed that call exploratory testing 


Q.No.7 Difference between Test Scenario and Test case


Test Scenario:-- 

Test Scenario gives the idea to us that what have to test. test Scenario is a high level test case 

Test Case:-

Test case are the set of positive and negative executable steps of test scenario. which has set of conditions, test data, expected result and actual result.