Top WinRunner Interview Questions :: ALLInterview.com http://www.allinterview.com Top WinRunner Interview Questions en-us what is the basic knowledge required to work in BFSI domain ? http://www.allinterview.com/showanswers/27889.html Well, you can discuss it in www.bfsiforums.com - The free online communities for the Banking, Financial Services, and Insurance (BFSI) World. BAs, PMs, Professors and many others join there to discuss several types of topics. What is the winrunner version now..? http://www.allinterview.com/showanswers/170.html I Guess 8.2 what is difference between smoke & sanity testing? http://www.allinterview.com/showanswers/6518.html Smoke Testing : Test only the main features of an appln Sanity T : test all the features What is Data Driven TEsting? http://www.allinterview.com/showanswers/27731.html Teting multiple data with same script. how u can do parameterization in winrunner? tell me the sample code. http://www.allinterview.com/showanswers/7110.html hi, it is very lengthy process. so that we can not produce sample code. 1. Create a regular test script that inserts one set of data into the AUT 2. Use the DataDriver Wizard to convert test script into a data-driven test script 3. Add What Is Test policy and what is Test Strategy ? differenciate betwee http://www.allinterview.com/showanswers/6636.html Test Statergy Address the risk and define the process through which the risk can be reduced.The two component of test statergy are 1.Test Factor Define Issue or Risk 2.Test Phase Define Phase of SDLC where testing will occur. Test Sta What is synchronization? what is the purpose of wait() function? what http://www.allinterview.com/showanswers/817.html when tool speed is diffrent from application speed then we go for synchronization to sync both the application and tools to match wait functions is used to make the winrunner to wait till the time it inserts or captures full image there ar What is the exact difference between Integration & System testin http://www.allinterview.com/showanswers/848.html Integraion system means.. combining the modules together and testing inorder to validate the design..i.e to found design errors where as system testing is one which is testing the whole system inorder to validate the requirements.. what is the difference between data driven test(ddt) and parametriza http://www.allinterview.com/showanswers/11142.html Data-driven test is done to make the testcase run for multiple sets of data---this processis termed as parameterizing the test in other words for diiferent parameters we r usins same testcase. correct me if iam wrong Whats a difference between Verification Point and Syncronization poin http://www.allinterview.com/showanswers/988.html Synchronization point in WR is to wait for the application to perform some action. in otherwards WR waits for application's response Verification point is to check the expected and actual result. What is the Extension File name of WinRunner? http://www.allinterview.com/showanswers/3601.html No Extension for WinRunner Script. How would you define a "bug?" http://www.allinterview.com/showanswers/849.html Bug can be defined based on its priority and severioty in bug report. How to get the system date and time in winrunner? http://www.allinterview.com/showanswers/487.html time_str(get_time()); what are the stages of software development life cycle? http://www.allinterview.com/showanswers/113.html Broadly u can catagorize Development stages as 1.Requirement Analysis 2.Design 3.Coding 4.Testing 5.Maintenence Thanks suresh How do you invoke a text file from winrunner? http://www.allinterview.com/showanswers/110.html You can do this using invoke_application function. Any other ways ?