SilkTest Question 56: Will obtaining SCSTE certification improve chances of getting a QA job?

There are many questions and answers among software specialist if any certifications like Segue Certified SilkTest Engineer (SCSTE), QuickTest Professional 9.0 Specialist, Microsoft Certified Systems Engineer (MCSE) or Sun Certified Java Programmer (SCJP) as an aid to gaining employment in software area. I think the certification definitely open some more doors in your career, but only with experience. No one in our QA team owns a certification. Our development and QA managers have never mentioned certification requirement in any job description and never hired anyone based on a certification. Do not forget about time you would spend to crack SilkTest exam. So will having a Segue Certified SilkTest Engineer SCSTE help you get hired? Probably, but it perhaps won't matter. I guess it couldn't hurt, just imagine that the manager has to choose among two candidates with the same skill set, but one has SCSTE in the resume and passes the following courses "Verification Testing with SilkTest" and "Advanced Testing with SilkTest". Which one you would hire?

SilkTest Question 55: How does conditional operator work?

The conditional operator (some testers called it "immediate if" operator) of 4Test language provides alternative to using the if statement for conditional logic structures.

Let take a look on the sample code:
STRING QuickTest = (Winrunner> Qtp) ? License : Tutorial

  • If value of variable Winrunner is greater than Qtp, 4test would assign value of License to QuickTest;
  • If value of variable Qtp is greater than Winrunner, assign value of Tutorial to QuickTest;
Homework assignment: what happens if the values are equal?

SilkTest Question 54: Links not being recognized

The Quality Assurance Engineer tries to created fancy 4test script for newest version of web based application, but for some weird reason SilkTest 2006 is not recognizing links as HtmlLink objects.

The cause of this behavior is that someone have configured browser not to underline links (by default IE displays all links as underlined links). SilkTest 2006 requires that links be underlined. Reconfigure the browser on test machine to display links underlined.

SilkTest interview questions for QA Testers