napendra@canbrand.in
BAN USER
1. Restart he player again.
2. Check the logs of player.
3. Check antivirus is stopping to run any file of the player.
4. check if player has updated version
5. Check if it is installed correctly.
6. Try to reinstall the player.
7. Check if multiple applications are running on background.
8. Need to check if the file is supported by player which user trying to run
9. Check the CPU utilization
10. Check the RAM of the system
11. If system is giving the low disk space warning
12. Need to restart the system.
13. Check if vlc version is compatible with current OS version
14. Need to check if player requires the internet connectivity.
15. Need to check that file is not corrupted which user is trying to play in player.
16. Need to check if user has minimized the application.
17. Need to check if backgroud threads are running in the background of the player.
18. Try to install the same player with same version on another machine.
19. Need to check if system is hanged.
20. Need to check if there some virus in the system.
21, Check the player support specifications i.e. 32bit or 64bit system etc.
1. Check crash logs.
2. Check system RAM
3. Check system graphics memory
4. Check if game support OS.
5. try to run game on different system to check if it crash on all machines also.
6. Restart the game.
7. Update the game
8. Restart the system and then again start the game
9. Check if game requires the internet connection
10. Check if some other large application is running in the system background
11. Check the cache memory of the system
12. Read the game specifications if it need some extra requirement.
13. Check the disk space.
14. Reinstall the game and start the game again.
15. Check if user is running game on trail period and trial period is over.
16. Disable the anti virus and then again start the game, that might be possible that anti virus is stopping execution of some important file whic hare required for the game.
17. Check if the game is installed correctly.
18. Check if user has minimized the game window.
19. Will check if system is running out of power if it is running on battery.
1. Check the internet connectivity.
2. Check internet speed.
3. Try to open site on another internet.
4. Clean the cache of the browser and then open the url.
5. Try to open url on another browser.
6. Change the system and open url on another system.
7. Check server response.
8. Check load on server.
9. try to check the logs on server.
10. Restart you system and then open.
11. Check the browser console and check the errors on console.
12. Check of js and css files are very heavy or maximum inline css have been used.
13. Check if user is downloading or browsing something very heavy files.
14. Check if browser is updated or does it support to this browser.
15. Check if user has the permission to open the site in that locale.
16. Try to find out the image sizes used on site that might be possible that they have used large size of images which takes long time to load the images.
17. Check if user has entered the correct url.
18. Check if user has installed some bad addon on the browser which are preventing to user to open the site.
19. Check if you ISP is allowed you to open that site.
20. Check the RAM and other memory resources of your system, that might be possible that user system is busy with other heavy resources.
1. Check if only one member is in the group chat.
2. Check the maximum number of people can join the chat.
3. if all the members in the chat are receiving the message.
4. What if two or more people send text message at the exact same time in same group chat.
5. Check if multiple window with same user account on same browser can open and sent text.
6. Check if multiple different account on same windows can open and send text.
7. Check the message sending time and receiving time difference.
8. Check if same text message is delivered to all members in group at the same time or different time.
9. Try to send the files and images if this feature is in the chat.
10. Try to login in the group chat in the middle of the chat.
11. Check if user is able to leave the group in the middle of the chat and still he is getting the message or not.
12. If the user is able to leave the chat anytime.
13. if user can chat using same account but multiple platform to chat.
14. Check the different text as input data if users are able to receive the same data i.e. user enter text in hindi and all user should get that message in hindi.
15. check if your name and avatar in chat should be visible and on the opposite side of the rest of the messages of others.
16. check if user close the windows during chat then again open the window, if he is still in group chat or not.
17. user should get all previous message when he enter in group chat.
18. Check if user is getting notification on mew message.
19. Message notification should get remove after reading the message.
20. Check if user is able to see the name and avatar of other members of the group.
Let take it is a normal online text editor, so that can be many test cases for that:-
1. Try to write something on text editor with internet connectivity.
2. try to write something on editor without internet connectivity.
3. Check the complete UI on cross browsers on web.
4. Check the complete UI on cross browser on mobile.
5. Try it on cross platform.
6. In the editor, user should able to write anything.
a. string
b. numbers
c. special char
d. alphanumeric
e. any programing code
f. sql queries
g. a character
h. very long string
7. Check the save feature of it, user should able to save all things.
8. Try to open text file in this editor from your system.
9. try copy paste on editor.
10. Try to close the browser while writing something, it should show some warning before closing the browser.
11. Check if user is able to delete the text written on the text editor.
12. If editor is creating a unique url for every text file on which user is writing then write something then copy url, close browser and open that url in another browser, it should open the file with containing all text which user has written on the file previously.
13. File auto save while writing on the file should working.
14. Check the other menu option given in the editor they should working.
15. try to write some html content.
16. try to open some image file or some other file formats.
17. Check the font size, font colr etc should be working.
18. Try to minimize the browser and all text should remain same on maximization of browser.
19. Try to write some other languages in text field i.e. hindi
20. Try to save file without internet connection
Question is incomplete as per my understanding, we should know at least the issue what we are facing in application in order to debug that.
1. Check the INTERNET connectivity.
2. Check if application has latest update.
3. Check if application support you locale.
4. Check if user is able to open the application.
5. It should support the device operating version.
6. news feed are coming in the application.
7. check if the news feeds are updating.
8. Check if all text and images are coming properly.
9. Check the application on multiple devices.
10. News should open with complete description if user click on the news link.
11. complete menu is working properly.
12. Try to switch on different internet networks i.e. 2G,3G,wifi.
ublic class NumberOfOccurringWord {
public static void main(String args[]){
String name = "hello i am going to hello";
String word = "hello";
int i;
int count = 0;
String arr[] = name.split(" ");
for(i=0 ;i<arr.length;i++){
if(word.equals(arr[i])){
++count;
}
}
System.out.print(count);
}
public class Findandreplace {
public static void main(String args[]){
String name = "napendra";
String ch = "a";
String name1 = "SINGH";
String newName = name.replaceAll(ch, name1);
System.out.println(newName);
}
}
Repellabryan25416, Accountant at A9
Hello, I am a Managing editor. I have completed my studies from New York. Apart from this, whenever I am ...
Replamisobbeya45, Student at None
Hello there, My name is Lamis Obbeya I am from Brooklyn, New York . I am 29 years of age. I ...
Repjoyjerraj, Android test engineer at ASAPInfosystemsPvtLtd
I am a sales manager .I'm responsible for leading and coaching a team of salespeople. A sales manager's ...
RepAugment is a mobile app that lets you and your customers visualize your 3D models in Augmented Reality. If you ...
RepSydneyLevy, Area Sales Manager at 247quickbookshelp
I am a highway patrol officerIn the highway patrol is the part of the police force within a particular state ...
RepDo you need dua for controlling husband? Contact Guru ji right now. He provides the best and simple dua to ...
RepNellieWheeler212, None at Service Now
Hey Everyone! My name is Nellie Wheeler and I live in the constantly radiant and wonderful San Francisco, CA, and ...
RepAre you looking a solution for marry your love? Islamic dua to marry someone you love is the effective solution ...
Repruchikadolph, HR Executive at Accenture
I choose the talking books to match the book library clerk blind library patrons . I compare a list of borrowers ...
RepPandit Ji is the best vashikaran expert for vashikaran mantra for girlfriend in Mumbai.It is the strongest method to ...
Repour goal is to help individuals companies and organizations of all kinds to communicate with their clients customer and employees ...
RepSherry Olson, Associate at Adap.tv
Spent childhood developing strategies for Love Problem Solution Molvi Ji. Crossed the country training crayon art in Washington, DC. Uniquely-equipped ...
RepOur mission is to provide informative and Self Improvement advice to help people live their lives better set definite goals ...
RepLooking for the best child development center in Charlotte? Pal A Roos provide summer camp for children Charlotte. Our experienced ...
Repkarmacknha, Accountant at Groupon
I am a forensic nurse . who has received specific education and training. I provide specialized care for patients who are ...
RepJonathan Galgano, Data Engineer at Blue Jeans
Drive with the most affordable Exotic Car Rental South Beach. Prestige luxury Rentals is offering you with the finest car ...
RepDeveloped several new methods for licensing g.i. joes in Los Angeles, CA. Spent high school summers creating marketing channels ...
RepIf you want to attract someone then astrologer kumar can help you. Astrologer kumar is specialized in offering kamdev vashikaran ...
RepDanielSWard, Accountant at Swimming Pools builder
U.S. Pool Builder is one of the most respected new inground gunite swimming pools designer Katy Tx. We use ...
RepLeonaDWilliams, Analyst at CCN
At the moment I'm building banjos in Deltona, FL. Once had a dream of analyzing easy-bake-ovens in Fort Walton ...
RepHave some experience building shaving cream in Mexico. Prior to my current job I was marketing inflatable dolls in Jacksonville ...
RepRilynFreeman, Area Sales Manager at Knewton
Hi my name is Rilyn. Library assistant in Jeans Unlimited company. I help to keep libraries organised and efficient while ...
Repmanduj972, Executive chef at Neptune, NJ 07753
Hello, I am Mandu and I completed all my study from Neptune. today I am working as an Executive Chef ...
1. send friend request button is visible on user profile.
- napendra@canbrand.in July 05, 20152. Check if that button is click able.
3. Check if click to the button and that user get the request.
4. Check if you are able to send the friend request to that one who is already in your friend list
5. need to check that friend request will accept when that user want to accept your request to whom we send the request.
6. Auto accept the friend request should not work.
7. Check if user is able to send the friend request to that user how is blocked.
8. Check if you can send the friend request to whom you have already sent the request.
9. Try to search you profile and then go to your profile to send friend request to yourself.
10. Check there should be a button "unfriend" who is already added to your friend list.
11. Check if user is able to cancel the friend request after sending friend request.