Interview Questions, Answers and Tutorials

Category: Uncategorized

Automated testing without automated testing tools

How many automated testing tools exist in the world? Hm… I think, hundreds – Selenium, QuickTest Professional, SilkTest, Jmeter, LoadRunner, STAF, Watir, Canoo WebTest, and so on… Is is possible to perform an automated testing without automated testing tools? Sure! I will show how to perform automated testing of web applications on Internet Explorer (IE) browser. The main advantage is that these tests can be run on any Windows computer without any additional sofware required. Let’s see steps of sample test: Open IE and navigate to google.com:          2. Set value of edit box to ‘Easy way to automate testing’:         3. Click ‘Google Search’ button 4. If a search results page…

CRM Testing Interview Questions & Answers

What is Customer Life Cycle? 1. The life cycle of the customer is the process the customer has been undergoing to be with company for all the years. 2. This includes the customer?s purchase history, perhaps how often she?s taken advantage of special offers directed at her or her customer class. 3. Depending on what company identify as important to customer?s return on investment (ROI), it could also include customers? marketing value to company and how much revenue that marketing value could be worth indirectly. 4. To find out what is the expected revenue generated from a single customer over…

Testing Web Services

If you are new to web services then please first see the definition with an example. You can download the HP Service Test 11 trial here. —————-xx—————— Start HP Flights service (this should keep running while we are creating/running this test): Start > (All) Programs > HP Service Test 11 > Sample Application. Closing this window will stop the HP Flights service. —————-xx—————— We will test a web service: Create a new solution. Go File (Menu) -> New -> Test (CTRL+SHIFT+N) and type the name as “sample test service” and click create. You will see a canvas with Start-End Flowchart.…

Testing GUI & Non-GUI Applications with QTP

Before reading further make sure you know little bit about Service Test 11.0 Let’s try to run the test we created here via QTP 11.0 (NOT Service Test 11.0) and see how you can test your GUI and UI-Less Application Functionality in One Test. Open new test in QTP. Go to Insert (Menu) -> Call to Service Test Test…. Call to Service Test Test window opens. Navigate to the test (which was created in Service Test 11.0 and saved on the disk). Select it and click open. Click OK to come out of Call to Service Test Test window. It…

ISTQB Question Paper – Dump #12

1. Designing the test environment set-up and identifying any required infrastructure and tools are a partof which phasea) Test Implementation and executionb) Test Analysis and Designc) Evaluating the Exit Criteria and reportingd) Test Closure Activities2. Test Implementation and execution has which of the following major tasks?i. Developing and prioritizing test cases, creating test data, writing test procedures and optionallypreparing the test harnesses and writing automated test scripts.ii. Creating the test suite from the test cases for efficient test execution.iii. Verifying that the test environment has been set up correctly.iv. Determining the exit criteria.a) i,ii,iii are true and iv is falseb)…

ISTQB Question Paper – Dump #11

1. Which of the following is true a. Testing is the same as quality assurance b. Testing is a part of quality assurance c. Testing is not a part of quality assurance d. Testing is same as debugging 2. Why is testing necessary? a. Because testing is good method to make there are not defects in the software b. Because verification and validation are not enough to get to know the quality of the software c. Because testing measures the quality of the software system and helps to increase the quality d. Because testing finds more defects than reviews and…

ISTQB Question Paper – Dump #10

Q1 A deviation from the specified or expected behaviour that is visible to end-users is called:a)an errorb)a faultc)a failured)a defectQ2 Regression testing should be performed:v)every weekw)after the software has changedx)as often as possibley)when the environment has changedz)when the project manager saysa)v & w are true, x, y & z are falseb)w, x & y are true, v & z are falsec)w & y are true, v, x & z are falsed)w is true, v, x, y & z are falseQ3 IEEE 829 test plan documentation standard contains all of the following excepta)test itemsb)test deliverablesc)test tasksd)test specificationsQ4 When should testing be…

ISTQB Question Paper – Dump #9

1. The process starting with the terminal modules is called –a. Top-down integrationb. Bottom-up integrationc. None of the aboved. Module integration2. The inputs for developing a test plan are taken froma. Project planb. Business planc. Support pland. None of the above3. If an expected result is not specified then:a. We cannot run the testb. It may be difficult to repeat the testc. It may be difficult to determine if the test has passed or failedd. We cannot automate the user inputs4. Which of the following could be a reason for a failure1) Testing fault2) Software fault3) Design fault4) Environment Fault5)…

ISTQB Question Paper – Dump #8

1. We split testing into distinct stages primarily because:a) Each test stage has a different purpose.b) It is easier to manage testing in stages.c) We can run different tests in different environments.d) The more stages we have, the better the testing.2. Which of the following is likely to benefit most from the use of test tools providing test capture andreplay facilities?a) Regression testingb) Integration testingc) System testingd) User acceptance testing3. Which of the following statements is NOT correct?a) A minimal test set that achieves 100% LCSAJ coverage will also achieve 100% branch coverage.b) A minimal test set that achieves 100%…