Skip to main content

Posts

Showing posts from 2017

Javarevisited: Difference between Bitwsie and Logical Operator in...

Those are the bitwise AND and bitwise OR operators. int a = 6 ; // 110 int b = 4 ; // 100 // Bitwise AND int c = a & b ; // 110 // & 100 // ----- // 100 // Bitwise OR int d = a | b ; // 110 // | 100 // ----- // 110 System . out . println ( c ); // 4 System . out . println ( d ); // 6 The Java Language Spec(15..22.1,15.22.2) regarding the different behaviors of the operator based on its inputs. Indeed when both inputs are boolean, the operators are considered the Boolean Logical Operators and behave similarly to the Conditional-And ( && ) and Conditional-Or ( || ) operators except for the fact that they don't short-circuit so while the following is safe: if (( a != null ) && ( a . something == 3 )){ } This is not: if (( a != null ) & ( a . something == 3 )){ }

Selenium Training online

Online Selenium Training in Hyderabad The online Selenium Training mode is presently in the hit list of all software testers. Since its inception, Selenium has been known for several of its good features and even today it is no less than a hot cup cake. In this tutorial, you are promised to get a basic understanding of Selenium and whether or not you should go for selenium training to promote your career. Selenium training in Hyderabad Selenium is for Software Testing and this is better way to understand. If the learner has basic knowledge on java or any other object oriented programming language. Slight understanding of testing concepts can be the feather in the cap. Selenium training institutes in Hyderabad Introduction Selenium is an open source portable and automated software testing tool used for testing of web applications. Selenium can operate across different operating systems and different browsers. It is not a single tool but a set of various tools that aid tes

Mobile Web Apps with WebDriver

    Mobile Web Apps with WebDriver Mobile testing uses mobile web applications manual and complete. Selenium WebDriver is a browser automation tool. that provides an elegant way of testing web applications. WebDriver makes it easy to write automated tests. that ensure site works viewed from an Android or iOS browser. The WebDriver are few basics helps test web application. WebDriver tests are end-to-end tests. that exercise a web application a real user would. There is a comprehensive user guide on the Selenium site covers the core APIs.  Test Mobile Web Apps with WebDriver training in Hyderabad The Mobile WebDriver provides touch API. that test web page through finger taps, flicks, finger scrolls, and long presses. It rotates the display and provides friendly API to interact with HTML5 features. such as local storage, session storage, and application cache. Mobile WebDrivers use the remote WebDriver server client/server architecture. The client

Selenium Uses of Manual Testing Training in Hyderabad

Manual Testing Manual Testing is referred to the process in a software tester sits. The through an end user software to determine the various flaws and bugs in the software. The process is generally carried out official launch of the app or website or software. The forms an integral part of the quality assessment of a software.   Selenium Uses of Manual Testing Training in Hyderabad software testing was done using automated methods. Developers tend to use automated scripts. The computers for the purpose of the process made easy. The graphical interface, games, e-commerce sites and interface of apps, manual tests preferred. These tests preferred user experience is matters and to ensure the end user use the service. The testing using manual methods is quite important. the e-commerce and game developers use manual testers . their app or site is working as per the convenience of the public and not causing any bug during use. How does one

AutoIt in Selenium Webdriver

    AutoIt in Selenium Web driver Selenium is an open source tool. That designed to automate web-based applications on different browsers. But to handle window GUI and non-HTML popups in the application. AutoIt required as these window based activity are not handled by Selenium . What is AutoIt? AutoIt v3 is a freeware scripting language designed for automating. the Windows GUI and general scripting. the combination of keystrokes, mouse movement and window/control manipulation to automate tasks. It is way not possible or reliable with other languages. AutoIt is very small, self-contained and run on all versions of Windows. The face with no annoying “runtimes” required. In layman’s term, AutoIt is another automation tool. Selenium used for Desktop Automation rather Web Automation. It is a powerful tool. It does not automate desktop windows, button & for. it automates mouse movements & keystrokes too. Selenium IDE recording capability generates the sc

Career options for software test professionals

Testing has created several levels and types. It specialization various types of testing has increased software tester. The uniform test case executor, several career options have evolved the testing . Career options for software test professionals: Testing looked after as a good professional career for many of the aspiring youths. Test engineer one can move to senior test engineer, test lead to test manager; else can become QA lead, QA Manager. The options available in the testing tools side are very large. There are numbers of functional, performance, security testing tools besides test management tools. Like Quality Center from HP, CQTM from IBM. The demand for skills SOA testers, Security testers are on the increase. The scripting skills in the test automation language VB, Java, and other scripting languages. like Perl, Shell, Python. The test automation tools create automation framework and reusable components are on demand. There is demand for good performance

Selenium Browser Automation Testing Tool

    Selenium Browser Automation Testing Tool Testing professionals use a variety of automation testing tools to the web applications. Automated testing has made the testing processes much simpler than manual testing. It has accelerated the testing process and improved efficiency. The most powerful open source automation tool available at the moment is Selenium . Advantages of Selenium Browser Automation Testing Tool Based on Java scripting to a large extent tests run in the browser. Like Mozilla, Firefox, and Internet Explorer. Various operating systems like Mac, Windows, and Linux. There is hardly any tool that covers such assortment of platforms. This tool has made it easier to check web applications without putting in extra effort and time. Here are some important advantages of the Selenium automation testing tool Flexibility and Ease of Use: Selenium is an interface creating and executing testing suites. Selenium ’s open source allows the user to write ex

Data Driven Framework

    What is Data Driven Framework? When we talked about different types of framework s. We talked about the data-driven framework . Data in an application flows across different modules and layers of the application. We need to think about how to structure our data and pass it to different layers. The layers can be a database, API, messaging engines, browser UI. We focused on test data here, we would talk how to input and output data through an Automation framework . What capabilities do we have to help that movement of Data Driven Framework Training in Hyderabad. Where is it useful? In financial and healthcare sector, data is an important piece of IT system. In fact, data handling is to with extreme care. On Automation to think about how we can set data on the browser UI through selenium . We have the number of examples in Test Data section data-driven capabilities. The situations where already have data in an existing format. We want to re-use set values during Automat

Introduction of TestNG framework - Advantages of TestNG over Junit framework

 Introduction of TestNG framework - Advantages of TestNG over Junit framework In Selenium Web Driver training run Selenium scripts using JUnit framework. Until now we have executed seleniumtests but we have not generated reports in JUnit. We are introducing the powerful new testing framework called TestNG . The TestNG framework means Next Generation testing framework. So we are seeing all next generation features available in TestNG. I will talk about advantages of TestNG Framework TrainingIn Hyderabad over Junit. TestNG Framework Training In Hyderabad TestNG is popular JUnit framework used for the Java programming language. The TestNG framework introduced to overcome the limitations of JUnit framework. Most of the automation users are using this framework. Its advantages & more supported features. Until we have executed selenium test script but not even generated test reports. So using this TestNG framework learns to generate test reports. Features of Test

Automation Testing Vs Manual Testing

Automation Testing Vs Manual Testing Testing of software in both Automation and Manual testing method. It depends on the project need, budget associated with the project. Which testing method benefited to the project. This article provides basic information Manual Testing and Automation Testing . Automation Testing: The automation tool support to execute the test cases known as Automation Testing. Automated testin g is good for the large project. It is a method which uses automation tools to run tests. That repeat predefined action matches the developed program’s probable and real results. If the project prospects and results align. The project is behaving as it should, and likely bug-free. If the two don’t align, still, there is a problem that requires the address. The code, alter it and continue to run tests until the actual and expected outcomes align. Testing in these short agile iterations often necessitates a shift left approach. The process means testing star

Selenium TestNG with Framework

  Selenium TestNG with Framework TestNG is a testing framework inspired from JUnit and NUnit. But introduce some new functionality that makes it more powerful and easier to use. It is an open source test framework where NG of TestNG means Next Generation. TestNG is like JUnit but it is much more powerful than JUnit but still, it’s inspired by JUnit. It is design to better than JUnit, especially when test integrated classes. Pay special thanks to Cedric Beust who is the author of TestNG. TestNG eliminates most of the limitations of the older framework. Gives the developer the ability to write more flexible and powerful tests. With help of easy annotations, group, sequence & parametrize. Advantages of TestNG There are a number of benefits but from Selenium perspective, great advantages of TestNG: It gives the capacity to provide HTML Reports of execution Annotations made testers life easy Test cases can Group & Prioritized easier Parallel testing is possible G

Jenkins used in maven

  What is Jenkins? The Jenkins is the most important open source continuous process of the combine with another tool. It is cross-platform and it can be used on Windows, Linux, Mac and Solaris environments. It is composed in Java. Jenkins most important usage to check the progress any job which can be any application state.  It stimulates preconfigured actions when an individual step occurs in tasks. The Jenkins allows us to take 1 more step further, and allow us to automate this execution of test cases. A little more work, you can configure such that your tests execute every time after deploys a new build. Checks in code Jenkins build a execute unit tests, now deploys the application to test environment. Jenkins builds and then executes your tests on the newly deployed application. This is essential the CI process that others have mentioned. At this point, the only thing that you need to real worry is the writing of your test automation code. The gathering of test results pos