Write a set of test cases to test youtube?
Answer / Piyush Choudhary
```
1. Verify login functionality (test multiple user accounts with valid and invalid credentials)
2. Test video playback across various devices and browsers
3. Check video loading time and buffering behavior
4. Test the search function for video keyword searches
5. Analyze video quality during playback at different resolutions
6. Verify advertisement display and functionality
7. Examine video recommendations based on user watch history
8. Evaluate commenting, liking, and sharing features
9. Test video playback in low-bandwidth conditionsn10. Validate closed captioning and language options (if applicable)n```
| Is This Answer Correct ? | 0 Yes | 0 No |
in sdlc process what is the rool of PM,TL,DEVELOPER,tester in each and every phase? pelese explain me in detail?
How can a tester ensure that his\her test cases covers all the functionalities of a particular application?
What is QTP? What is Regression and retest? What is end to end testing? What is Latest QTP version and TD version? TD is test mgmt tool or resource mgmt tool? Why QTP and WR is called mercury interactive tool? Difference between end to end and system testing? Types of Testing performed in your project? What is testing component? What is test script?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
what is your current team size?
what is the difference bug,defect,error
when we swipe the credit card what will genertaed in Back end. how system will validated from the back end for credit card who is Aquriree and Issuer ,
is it necessary to write neagtive test cases for each and every field
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??
how do u know whether the particular project belong to client server or web -based?
what is low seviority high priority defet (ex: Yahoo mail)
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage