Software Testing Interview | Test Case Interview Questions

  Рет қаралды 58,245

RD Automation Learning

RD Automation Learning

Жыл бұрын

#rdautomationlearning
This video is for people looking to change career from NON IT Background/domain to IT Field/Testing Field/Software Testing field
#manualtestinginterview
#testinginterview
softwaretesting
manual testing
software testing
software testing interview questions and answers
software testing interview questions
manual testing interview questions for experienced
manual testing interview questions for e
manual testing interview questions for 2-3 years
sdlc
interview questions and answers for manual testing
software testing tutorial
software testing course
software testing tutorial for beginners
api testing
j meter
How will you type into the text box without sendkeys
We can input text in the text box without the method sendKeys with thehelp of the JavaScript Executor. Selenium executes JavaScript commands with the help of the executeScript method
I want to release a product in 5 days and you have only 5 days to test the product.
What are the challenges you faced in Testing (Answer should be realistic like editing test cases if the customer changes the requirement in the middle of testing)?
when is null pointer exception thrown in selenium
NullPointerException is thrown when a reference variable is accessed (or de-referenced) and is not pointing to any object. This error can be resolved by using a try-catch block or an if-else condition to check if a reference variable is null before dereferencing it.
What is Groovy in Jenkins?
Answer: Groovy is the default scripting language that is being used in the development of JMeter Version 3.1.
Currently Apache Groovy is the dynamic object-oriented programming language that is used as a scripting language for the Java platform. Apache Groovy comes with some useful features such as Java Compatibility and Development Support.
What are the two components (pre-requisites) that Jenkins is mainly integrated with?
Answer: Jenkins integrates with:
Build tools/ Build working script like Maven script.
Version control system/Accessible source code repository like Git repository.
Q #26) How can You Clone a Git Repository via Jenkins?
Answer: To create a clone repository via Jenkins you need to use your login credentials in the Jenkins System.
To achieve the same you need to enter the Jenkins job directory and execute the git config command.
How to Use Log4j in Selenium
Follow the steps below to successfully run Log4j with Selenium Webdriver:
Write an automation script, such as the one in the example below. It is a simple script that opens a URL, send keys to username and password, and ends the script when it clicks the login button.
After creating the script, create a log4j.properties file and specify the root logger, appended, and layout information in the file.
Import log4j dependencies like Logger, PropertyConfigurator, and add them to the script along with the logger class.
Add the messages that will be displayed in the log file.

Пікірлер: 26
@onkarbawkar1261
@onkarbawkar1261 Жыл бұрын
Integration testing is the process of testing how different components of an application work together to ensure that the application functions as intended. For the scenario of testing four screens in an application that are connected in the following order: Screen A -> Screen B -> Screen C -> Screen D, the integration testing process can be performed in the following way: Verify the data flow: Verify that data is being passed correctly from Screen A to Screen B, and from Screen B to Screen C, and from Screen C to Screen D. Make sure that the data entered in Screen A is being displayed accurately on Screen B, and the data entered in Screen B is being displayed correctly on Screen C, and so on. Verify the navigation flow: Verify that the navigation flow between screens is working correctly. Make sure that the application is displaying the correct screens in the correct sequence, and the user can navigate from Screen A to Screen B, Screen B to Screen C, and Screen C to Screen D seamlessly without any errors or crashes. Verify the user interface (UI): Verify that the user interface is consistent across all screens. Make sure that the colors, fonts, and overall design elements are consistent throughout the screens. Verify that the application is displaying the correct buttons, labels, and other UI elements on each screen. Verify the functionality: Verify that the application is functioning as intended on each screen. Test all the features and functions of each screen to ensure that the application is working correctly. For example, on Screen A, verify that the user can enter data, and that the application is saving that data correctly. On Screen B, verify that the application is displaying the data entered on Screen A, and the user can edit that data if required. On Screen C, verify that the application is performing the desired operations on the data, and on Screen D, verify that the application is displaying the final output correctly. By performing these tests, we can ensure that the application is working correctly and that all the screens are integrated seamlessly to provide a smooth user experience.
@vaghelakamlesh9101
@vaghelakamlesh9101 Жыл бұрын
Very informative and easily learn interview questions sir. wonderful job. Thanks 🙏
@sheetalkhade18
@sheetalkhade18 Жыл бұрын
It's really helpful, Thank you sir.
@AlanaatiRuchulu
@AlanaatiRuchulu Жыл бұрын
You will find the dependencies on each screen first and the features that are to be tested to navigate to the different screens that are dependent on each other example if screen A is dependent on screen B you will perform the actions(both positive and negative)that will take you to screen B in a similar way depending on what makes you to navigate to the different screens you will perform the actions and verify that the screens are integrated and displayed as per the given requirements or not
@stevenzhang3138
@stevenzhang3138 Жыл бұрын
about integrating testing for an e-commerce website. I can think of these scenarios. For example A: a customer asks about an item refund and provides the receipt then submit it to the website B: customer service team should be able to see it in the backend system and approve or decline based on their assessment. if approved C: finance team should be able to see it if the customer team approved, then they transfer the money back to the customer and update the system D: customer should be able to see the process when the customer team and finance team made that decision these are different systems and data should flow from one to another, but putting them together to make a whole system which called integration
@sourabhmalviyazone3231
@sourabhmalviyazone3231 Жыл бұрын
Thank you so much sir for this video it really helped me to improve how to deal with such questions ?
@connorsjoseph935
@connorsjoseph935 Жыл бұрын
Integration testing is all about testing the data flow between components. If you create a department in component A the check if the same department details are displayed in component B.
@KrishnaPriya-kp
@KrishnaPriya-kp Жыл бұрын
Hi everyone, I will choose a e-commerce website. A- click on the Top selection option. B- It will navigate me to the list of top items. C- I will select a wall clock on it. D- I will add on carts option. Similarly can do for payment section. A- on clicking on payment option it will land to payment details page. B- We need to enter our payment details with card no. C- Next step it will land to OTP page we need to fill correct OTP. D- finally it will navigate us to payment successful page 😊.
@user-tx3vt3ph6k
@user-tx3vt3ph6k Жыл бұрын
In gmail if i compose nail send to xxx person that should be display in sent item we can take this as example, and integration testing is nothing but testing the data flow between the two modules...
@starkpk11d85
@starkpk11d85 Жыл бұрын
A , B , C , D 1. need to check all the windows(ABCD) are open consecutively 2.then check B window is open while give valid depending input from window A 3. Also give invalid input which is not depending to the window B is not open respectively.. 4.repeat those steps to following Window C and D While ask more questions about this scenario to the interviewer we will get best ans easily..
@Ashvanth.k
@Ashvanth.k Жыл бұрын
1
@amardeeppatil8342
@amardeeppatil8342 Жыл бұрын
Sir please provide answer of that integration scenario.
@priyashilpi1730
@priyashilpi1730 Жыл бұрын
Sir, I also want to attend your interview. please reply .
@sweetthirty2
@sweetthirty2 Жыл бұрын
Hi sir please tell us how to handle this scenario recently asked :Q-Say your application is developed for England .now clients want to release their app in Europe. So they want the app to be developed in Spanish, German, n French. Functionality remains the same. Will you write a separate test case for each Lang? How many times will you execute the test cases
@irfanqureshi4903
@irfanqureshi4903 Жыл бұрын
I think for this scenario we have to write the test cases only for UI testing because if language change definitely Ui will change like fonts of the word, font size, spellings etc. for functional testing we don't need to write separate test cases. functional test cases will execute only once but for UI we have write separate test cases and execute them individually.
@biswajitpati3883
@biswajitpati3883 Жыл бұрын
Now there are no calls coming for manual testing with moderate automation skills.
@Rajk05
@Rajk05 Жыл бұрын
Sir, I want to give mock interview. Please reply.
@pakkirareddy4252
@pakkirareddy4252 Жыл бұрын
A page-I dont have credentials to login for that I will give details to and I register, Here I given credentials B page-with credentials I will going login page, here internally it will check given credentials correct or not, if the given credentials correct it will going login C page -if I want change password for the application it will easily not updated it will require basic details Dpage -after providing basic I wll get otp that I will going to enter it will checkk
@manikandanarivazhagan5963
@manikandanarivazhagan5963 Жыл бұрын
Hi please convey them that i can see the candidate is answering in hindi so tel them to speak in English. most of the peoples may not know hindi like me i couldn't able to understand what she was saying. Hope you will understand
@onkarbawkar1261
@onkarbawkar1261 Жыл бұрын
😅
@manikandanarivazhagan5963
@manikandanarivazhagan5963 Жыл бұрын
@@onkarbawkar1261 what is there to laugh
@onkarbawkar1261
@onkarbawkar1261 Жыл бұрын
@@manikandanarivazhagan5963 there is nothing to laugh bro but no one talking in hindi in RD mocks soo i just surprise that sir allow to speak in hindi...
@swamiiyer5648
@swamiiyer5648 Жыл бұрын
15:30
@SamruddhiKulkarni-hj5yq
@SamruddhiKulkarni-hj5yq 3 ай бұрын
Answer : 1. Check whether From Screen A user is able to navigate to rest of the screens. 2. Check whether user is able to go back and forth on these screens 3. Check whether user is able to go back and make changes on one of the screens and going forward changes are saved.
@ClaudiuB
@ClaudiuB 8 ай бұрын
What was the flipkart question? I still didn’t get it. How to test if products are added in diff lines with their associated qty in the cart? How? I hear some « haptics », but it’s hard to understand what you mean..
Should I show fake experience to get job  Does Fake Experience Helps
8:46
RD Automation Learning
Рет қаралды 12 М.
Software Testing Interview Questions and Answers | RD Automation Learning
33:50
RD Automation Learning
Рет қаралды 11 М.
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 108 МЛН
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 54 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 19 МЛН
Managerial Testing Interview Experience| Real Time Interview Questions & Answers
30:41
Manual Testing Interview Questions for 0-2 YOE | QA | Software Testing Creator
55:02
Manual Testing Interview For Freshers| Testing Interview Questions
28:10
RD Automation Learning
Рет қаралды 17 М.
Scenario Based Software Testing Interview Questions & Answers | Part 1
28:52
Software Testing Mentor
Рет қаралды 152 М.
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 108 МЛН