| Experience | Skills | Apply | Locations |
| 3 years of experience in development | SPRING, HIBERNATE | Click here to apply | HYD, PUNE,BANGALORE |
| overall 3 years of experience in software testing and 2 years into security testing | owasp | Click here to apply | HYD, PUNE,BANGALORE |
| 3 years in development | ASP.NET | Click here to apply | HYD, PUNE,BANGALORE |
| 3 Years in front end development , 2 years in ANGULAR |
Angular js | Click here to apply | HYD, PUNE,BANGALORE |
Follow us on google+
Saturday, July 7, 2018
Openings at infosys
Openings at infosys
| Experience | Skills | Apply | Locations |
| 3 years of experience in development | SPRING, HIBERNATE | Click here to apply | HYD, PUNE,BANGALORE |
| overall 3 years of experience in software testing and 2 years into security testing | owasp | Click here to apply | HYD, PUNE,BANGALORE |
| 3 years in development | ASP.NET | Click here to apply | HYD, PUNE,BANGALORE |
| 3 Years in front end development , 2 years in ANGULAR | Angular js | Click here to apply | HYD, PUNE,BANGALORE |
Friday, July 6, 2018
Wednesday, January 13, 2016
How to write testcases?
In this section we are explaining about how to write the testcases for any application.
Step 1: Understanding the business requirements
Step 2: Create the test suites for requirements
Step3: Create the testcases based on requirements
Read the following testcases for facebook and learn how to write testcases any application
We are using test link for testcase management ecause its open source and most of the organizations are using testlink for test management.
I can suggest for freshers read the following testcases several times , understand the test link tool, so that you can write testcases by own.
so many people asked me to put real-time project with testcases, because freshers will have many doubts regarding testcases. for now i have created for facebook, In future i will create test cases for real time project. Please put your suggestions in comments .
http://qalab.online/testlink/
username : raju
password: raju
Note: click on new user to create an new account so that you will have your own account. you will have guest access like above user.
After login click on the test specification from the top menu to view the list of test cases
FBTC-1:Verify that user able to login to the facebook with valid credentials
FBTC-2: Verify that user able to login to the facebook with valid credentials (mobile no)
FBTC-3:Verify that user should not able to login to the facebook with invalid credentials
FBTC-4:Verify that user should not able to login to the facebook with invalid credentials(invalid mob no)
FBTC-5:Verify that user shoulld able to search facebook user by email id
FBTC-6:Verify that user should able to search facebook user by display name
FBTC-7:Verify that user should able to logout from facebook application
FBTC-8:Verify that user should able to see online users/ offline users in chat slide bar
FBTC-9:Verify that user should able to search online users/ offline users from chat search
FBTC-10:Verify that user should able to enable chat sounds
FBTC-12: Verify that user should able to disable chat sounds
How to write testcases?
In this section we are explaining about how to write the testcases for any application.
Step 1: Understanding the business requirements
Step 2: Create the test suites for requirements
Step3: Create the testcases based on requirements
Read the following testcases for facebook and learn how to write testcases any application
We are using test link for testcase management ecause its open source and most of the organizations are using testlink for test management.
I can suggest for freshers read the following testcases several times , understand the test link tool, so that you can write testcases by own.
so many people asked me to put real-time project with testcases, because freshers will have many doubts regarding testcases. for now i have created for facebook, In future i will create test cases for real time project. Please put your suggestions in comments .
http://selenium99.com/testlink/
username : raju
password: raju
Note: click on new user to create an new account so that you will have your own account. you will have guest access like above user.
After login click on the test specification from the top menu to view the list of test cases
FBTC-1:Verify that user able to login to the facebook with valid credentials
FBTC-2: Verify that user able to login to the facebook with valid credentials (mobile no)
FBTC-3:Verify that user should not able to login to the facebook with invalid credentials
FBTC-4:Verify that user should not able to login to the facebook with invalid credentials(invalid mob no)
FBTC-5:Verify that user shoulld able to search facebook user by email id
FBTC-6:Verify that user should able to search facebook user by display name
FBTC-7:Verify that user should able to logout from facebook application
FBTC-8:Verify that user should able to see online users/ offline users in chat slide bar
FBTC-9:Verify that user should able to search online users/ offline users from chat search
FBTC-10:Verify that user should able to enable chat sounds
FBTC-12: Verify that user should able to disable chat sounds
Sunday, December 27, 2015
Sikuli Gui Automation Tool Tutorial
Now a days most of the organizations are using sikuli for automating web applications which requires to find ui elements like browse button while upload with the help of selenium we cannot click upload. To handle this kind of ui elements we can use sikuli.
Advantages
1. Easy to automate by using image of the elements (By using snipping tool we can cut the particular area in the windows 7)
2. Open source (completely free to use)
Note: sikuli will click on the center of the image to perform any task, so be careful while selection of the screenshot
Subscribe to:
Posts (Atom)
-
Manual Testing
- V-Model
- Agile Testing
- Compatibility Testing
- Decision Table Testing
- Black-box Testing
- Boundary Value Analysis
- Equivalance Class Partition
- Login page Testcases List
- Top 10 Interview Questions
- Testcase Format
- Defect-Age
- Test-plan
- STLC
- Regression Testing
- Test Deliverables
-
Resumes
- Manual Testing(1 Yr)
- Manual + Selenium(3 Yr)
- Selenium(4 Yrs)
- Testcomplete+Seelenium(4 Yrs)
-
Selenium IDE
- Introduction
- Download and Install
-
- selenium Quiz Selenium IDE Commands
- open
- Click
- ClickAndWait
- VerifyTextPresent
- AssertTextPresent
- While loop
- Random number in selenium IDE
- StoreText
- SendKeys
