Let’s assume that interviewer for Software Quality Assurance Engineer position wants you to implement the function for counting number of browsers which he recently opened on his/her computer. No one knows the real need for such function, because average tester prefers to work just with one browser and as a part of test case preparation would close all remaining Internet Explorers or Firefoxes. The first question to ask is what type of browser do you want to check and after meaningful answer you can create something like following function written in 4test language which returns the required number for Internet Explorer.
integer GetBrowserCount ()
integer browsers = 1
while (MainWin ("$explorer6_DOM[{browsers}]").Exists ())
browsers ++
return (browsers -1)
SilkTest Question 42: How to get substring of the string variable?
Imagine you have a string variable that holds the sixteen digits MasterCard or Visa debit card number. Can you name one of the many ways to obtain string with last four digits during run time?
The QA engineer may use multiple ways to get for testing purposes last four digits from sixteen digits string. Let’s name for practical purpose variables name with credit card number as sMCnumber and result string as sResult. The following two lines of 4test code would return the same test result:
sResult=Right (sMCnumber,4)
sResult=Substr(sMCnumber,13,4)
By the way I used one of the best practices to name string variables on 4test script.
The QA engineer may use multiple ways to get for testing purposes last four digits from sixteen digits string. Let’s name for practical purpose variables name with credit card number as sMCnumber and result string as sResult. The following two lines of 4test code would return the same test result:
sResult=Right (sMCnumber,4)
sResult=Substr(sMCnumber,13,4)
By the way I used one of the best practices to name string variables on 4test script.
SilkTest Question 41: What is the latest version of Silktest?
In the preparation for interviewing, I like to review the resume of potential QA Tester candidate to verify time line of using correct version of SilkTest tool and if I see something like "Automated regression testing of new builds utilizing Segue SilkTest" dated between 2000-2002, I would definitely ask about version of automated test tool you were using back then. So I would recommend updating as soon as possible your QA resume with published below short version of Silktest releases.
What is the latest version of QuickTest Professional?
- June, 2012 - Borland SilkTest 13
- November, 2011 - Micro Focus SilkTest 2011
- May, 2011 - Micro Focus SilkTest 2010 R2 WS 2
- December, 2010 - Micro Focus SilkTest 2010 R2
- July, 2010 - Micro Focus SilkTest 2010
- August 12, 2009 - SilkTest 2009
- July, 2008 - SilkTest 2008 SP1
- April, 2008 - SilkTest 2008
- September, 2007 - SilkTest 2006 R2 Service Pack 2
- June, 2007 - SilkTest 2006 Release 2 Service Pack 1
- January, 2007 - Silk Test 2006 R2
- September, 2006 - SilkTest 2006
- May, 2006 - SilkTest 8.0
- September, 2005 - SilkTest 7.6
- June, 2005 - SilkTest 7.5
- October, 2004 - SilkTest 7.1
- November 2003, - SilkTest 6.5
- November 2002, - SilkTest 6.0
- September 1999, - SilkTest 5.0.1
- November 1996, - QA partner 4.0 as part of QualityWorks client/server testing suite
What is the latest version of QuickTest Professional?
How can QA engineer execute SilkTest from the command line?
The interview question 34 was updated with SilkTest tips on running tool for automated testing on Microsoft Windows 2003 server shipped by default with enabled Internet Explorer Enhanced Security Configuration.
Open position for automation tool specialist
More then two productive testing months have passed and three more fully tested software applications were shipped to customers of our Software Quality Assurance department since I compared the job postings for QA Engineer position with automated testing tool experience on the following job search engines: dice.com and craigslist.org (for craigslist search is local, only for San Francisco Bay Area)
Dice.com
Craigslist.org
The tracking of job posting started in April, 2006. The statistics for August and September were missed due to performance impact of testing and production environment issues.
Dice.com
- Silktest - 68; 164; 175; 180; 184.
- Winrunner - 514; 519; 537; 516; 460.
Craigslist.org
- Silktest - 17; 23; 26; 33; 17.
- Winrunner – 28; 27; 30; 30, 21
The tracking of job posting started in April, 2006. The statistics for August and September were missed due to performance impact of testing and production environment issues.
Labels:
jobs
Subscribe to:
Posts (Atom)
SilkTest interview questions for QA Testers
- Silktest Interview Question 78 - How many programming languages can QA Engineer use in Micro Focus SilkTest?
- Silktest Interview Question 77 - How to download latest SilkTest 2009 trial version?
- Silktest Interview Question 76 - Why do we need to use SilkTest 2009 ?
- Silktest Interview Question 75: Can Silktest 2009 do load testing?
- Silktest Interview Question 74: What Silktest 2009 editions are available?
- SilkTest question 73: SilkTest vs HP QTP comparasion?
- SilkTest question 72: How to use SilkTest in agile testing?
- SilkTest question 71: Does SilkTest support Chrome browser?
- SilkTest question 70: How to compare PDF document with SilkTest 2008?
- SilkTest question 69: SilkTest vs Winrunner comparison?
- SilkTest question 68: Online Advanced Training with SilkTest?
- SilkTest Question 67: How to start/stop/pause two word names Windows service with SilkTest?
- SilkTest Question 66: SilkTest vs Selenium
- SilkTest Question 65: How to start/stop/pause Windows service with SilkTest?
- Interview Question 64: How to hide username and password information?
- SilkTest Question 63: Does Silk Test have any future?
- Interview Question 62: When can I download Flex extension for SilkTest?
- SilkTest Question 61: How can I execute the same test case multiple times?
- SilkTest Question 60: Where can I find SilkTest 2010 tutorials?
- SilkTest Question 59: What is hidecalls keyword for?
- SilkTest Question 58: SilkTest training from Borland
- SilkTest Question 57: BCSTE certification and job market?
- SilkTest Question 56: Will obtaining SCSTE certification improve chances of getting a QA job?
- SilkTest Question 55: How does conditional operator work?
- SilkTest Question 54: Links not being recognized
- SilkTest Question 53: How to fix unable to start Internet Explorer error?
- SilkTest Question 52: How to fix DLL cannot be loaded error?
- SilkTest Question 51: How to conduct testing with SilkTest via Microsoft Remote Desktop?
- SilkTest Question 49: What does this code print?
- SilkTest Question 48: Do you recommend installing WinRunner and Silktest on the same machine?
- SilkTest Question 46: How to get machine hostname?
- SilkTest Question 45: How to fix no license for silktest_gui error?
- SilkTest Question 44: How to email test results using Microsoft Outlook?
- SilkTest Question 43: How to count the number of open browsers?
- SilkTest Question 42: How to get substring of the string variable?
- SilkTest Question 41: What is the latest version of Silktest?
- SilkTest Question 40: Did you have any problem with FireFox and SilkTest 8.0?
- SilkTest Question 39: How to use verify statement?
- SilkTest Question 38: How to read value from read only text field?
- SilkTest Question 37: How to fix "Mouse Coordinate (x,y) is off the screen" error?
- SilkTest Question 36: How to open and close browser?
- SilkTest Question 35: Did you have any issues with SilkTest 8.0?
- SilkTest Question 34: How can QA engineer execute SilkTest from the command line
- SilkTest Question 33: How to stop a running test case before it completes?
- SilkTest Question 32: Can you explain the standard flow of test case execution
- SilkTest Question 31: How to update an Excel spreadsheet using SilkTest?
- SilkTest Question 30: What are the important aspects of a test case?
- SilkTest Question 29: How to hide password in the 4test script file?
- SilkTest Question 28: How to start installation testing?
- SilkTest Question 27: How to set correct browser extension for web based application?
- SilkTest Question 26: How to repair *** Error: Application not ready error?
- SilkTest Question 25: How to fix the explorer6_Dom[1] error?
- SilkTest Question 24: What is the limitation of Silk Test automation tool?
- SilkTest Question 23: How to set up proxy setting with 4test code?
- SilkTest Question 22: Explain advantages of DOM extension over VO extension?
- SilkTest Question 21: How to fix bitmap failed to stabilize error?
- SilkTest Question 20: How to use regular expression in Silk Test?
- SilkTest Question 19: How to execute the string as the function?
- SilkTest Question 18: How to read data from Micros...
- Silktest Question 17: How to close all windows on desktop?
- Silktest Question 16: How to delete cookies files using the 4test language?
- Silktest Question 15: The SilkMeter license server is down. What can I do?
- Silktest Question 14: How to test dynamic text in web based application?
- Silktest Question 13: What is SilkTest Host?
- Silktest Question 12: What are the database functions offered by DBTester?
- Silktest Question 11: What is the Borland Testing Methodology?
- Silktest Question 10: How to append to List Of List Of String?
- Silktest Question 9: How to capture the contents of Microsoft Word document invoked in Internet Explorer browser.
- Silktest Question 8: If I get an exception during executing DB_Connect, how do I know exactly what kind of exception it is?
- Silktest Question 7: Matching '?' character in a string
- Silktest Question 6: Silktest or Winrunner?
- Silktest Question 5: Why did Borland buy Segue?
- Silktest Question 4: Where can I buy any good basic or advance books on SilkTest?
- Silktest Question 3: Is SilkTest Extension Kit part of SilkTest?
- Silktest Question 2: SilkTest recognises Internet Explorer as a Client/Server Application
- Silktest Question 1: SilkTest does not set DefaultBaseState for Internet Explorer