Use of @import when modules are disabled If you come across aboveĀ error while building the project in Xcode Solution: Go to ‘Build Settings’ and Search for ‘Enable Modules’ Make sure the setting value is set as Yes (screenshot shown below).
Learning Java Hello World Swing GUI Program
Learn Writing Java Hello World Swing GUI Program Java Hello World Swing GUI Program – Write first hello world program using Java Swing framework. Learn how to use Label and Text Fields in Java Swing. If you feel this video
Learning Selenium Java add to cart test case
Writing Selenium java add to cart test case Learn how to write selenium java add to cart test case, this is real world example of testing add to cart functionality. Using Amazon shopping site, selenium script developed to navigate Todays
Learning Selenium Java test case using JUnit
Writing Selenium test case using JUnit Learn how to write selenium test case using JUnit. In this example learn how to navigate through the pages and also validate page load properly happened or not. Junit Assert methods are used to
Learning Selenium Java Page Navigation
Writing selenium java page navigation Learn how to navigate between multiple pages in a website. Test case are written and explained using www.digitalappconsultancy.com pages. If you feel this video is useful, Please share it with your friends on Facebook, twitter
Learning Selenium Java Installation and Setup
Learning Selenium – (Video 1) Tutorial Series – Installation and Setup This is first video in the series of Learning Selenium, downloading selenium java web driver and chrome driver for browser testing explained. Also setting up the eclipse project with
Learning Selenium Java Search Field Example
Learning Selenium – (Video 4) Tutorial Series – Search Text and Submit This is fourth video in the series of Learning Selenium, In this video search text field and search button automation explained using www.digitalappconsultancy.com website. If you feel this
Learning Selenium Java Hello World Example
Learning Selenium – Writing your first test case Hello World In this post, Hello world program explained by opening www.google.com web URL in chrome browser. Prerequisite: You should have Eclipse and JDK setup, if not refer below link and do
Java calculate difference between dates to find age
Using Java Calendar object find difference between dates: In this method birthdate is taken in discrete inputs as year, month and date. You can modify the input birthday according to your needs. Both number of years and number of months
Learning Java Abstract Class Example
Learning Java – (Video 9) Tutorial Series – Abstract This is ninth video in the series of Learning Java, In this video abstract class and method are explained in java programming via examples. Interface and Abstract difference explained. If you