Automation Testing Interview Questions
Automation Testing Interview Questions
this question asking in CSC compony totally they asking each and every point in winrunner,manual ..so i have to send this some questions this is first round and final round questions..... initially they asking my total all projects 1) what is compile module 2) how to retrive ur test data 3) what is diff between test script and compile module script 4) how to execute ur script with out GUI map 5) how to connect database in winrunner 6) what is whitebox testing technics 7) how to write testcases 10-16 numerical nos 8) what parameterization 9) what is test director 10) If i run script the objects r changing continuosly what will do? 11) what is project plan,Test plan 12) what is addins in winrunner? 13) what is selectors ? 14 )Automation architecture in ur compony? 15) what is treturn treexit? 16) how to connect datadriven wizard, which files r using? 17) in ur testing requirements r continuosly changing what will do? 18) why r u came to testing side? 19) Iam un educated how to say what is testing? 20) how to connect WR script to testdirector ? 21) what is SDLC Modes? 22) what is version control? 23) write test case watch? 24) Black box technics how to use in ur test case with example? 25) bug lifecycle? 26) what is consomotic ray testing? 27) what is bench mark? 28) what is test bed? 29) when will use updatemode: 30) what is data junction? 31) how to connect data to ODBC? 32) what is TRIGGERS? 33) what is Stored Procedures: 34) write query lessthan 10 sal? 35)what is outer join? 36) what is cursors?, how many types ? 37) u can send bug to dev ? but dev said that is not a bug what will do? 38) what is low pririty, high severity? 39) what is clent server, web sever? 40) have u using performace testing manually? 41) how to use tsl expection in ur script? they asking total scenario. 42)what is the use of IF_EXIT statement 43) what is diff between set_ window,_ set_window IF anybody wants Answers defenitely i can forward .... we will share our knowledge. ok
totally they asking each and every point in winrunner,manual ..so i have to send this some questions this is first round and final round questions..... initially they asking my total all projects 1) what is compile module 2) how to retrive ur test data 3) what is diff between test script and compile module script 4) how to execute ur script with out GUI map 5) how to connect database in winrunner 6) what is whitebox testing technics 7) how to write testcases 10-16 numerical nos 8) what parameterization 9) what is test director 10) If i run script the objects r changing continuosly what will do? 11) what is project plan,Test plan 12) what is addins in winrunner? 13) what is selectors ? 14 )Automation architecture in ur compony? 15) what is treturn treexit? 16) how to connect datadriven wizard, which files r using? 17) in ur testing requirements r continuosly changing what will do? 18) why r u came to testing side? 19) Iam un educated how to say what is testing? 20) how to connect WR script to testdirector ? 21) what is SDLC Modes? 22) what is version control? 23) write test case watch? 24) Black box technics how to use in ur test case with example? 25) bug lifecycle? 26) what is consomotic ray testing? 27) what is bench mark? 28) what is test bed? 29) when will use updatemode: 30) what is data junction? 31) how to connect data to ODBC? 32) what is TRIGGERS? 33) what is Stored Procedures: 34) write query lessthan 10 sal? 35)what is outer join? 36) what is cursors?, how many types ? 37) u can send bug to dev ? but dev said that is not a bug what will do? 38) what is low pririty, high severity? 39) what is clent server, web sever? 40) have u using performace testing manually? 41) how to use tsl expection in ur script? they asking total scenario. 42)what is the use of IF_EXIT statement 43) what is diff between set_ window,_ set_window
and use servers resources etc. In Web, mostly anyone with a browser can connect to the Web. In client server architecture, every client is known; every request received by server will have information on who originated this request. In Web, users are anonymous thus pose a greater security risk. Web gives more opportunity to malicious users to tamper data at the client side as well as at the network level. Chances of data being tampered in the traditional client server architecture are much lesser as compare to Web. Number of clients that can be connected to the server is predictable and can be controlled in the traditional client server, but it can not be controlled in the Web. Clients are much more controlled in client-server. Which OS they will use, which platform they will run on, what browser will be used every thing can be controlled. In comparison to that, nothing can be controlled in Web. Because of the fact that both are different, testing applications in client server, or web will also be different. The main areas where the testing gets affected can be summarized as: Business Logic: Mostly in the cases of Client-Server client side business logic needs to be tested which is mostly not needed in for the web-based applications. Platform / OS Dependence: The web based applications are O/S independent; they just need to be tested on different browsers. The Client-Server applications depend upon the Platform/ OS used, which accentuate their testing on different Platforms and OS. Scalability: Web based Application have to be tested for performance against thousands of simultaneous users. This number will be considerably less for Client Server application Security: This forms an integral part of web based applications but it might be relaxed just a bit for Client Server applications. The reason for this relaxation is based on the fact that the in case of Client-server interaction is taking place mostly between the trusted/known sources which is not the case for web based applications. In a nutshell it can be stated that although web-based applications are a special case of client-server applications, yet their testing differ in many areas. All the areas identified above need to be addressed adequately in your testing, specially security since every client connected in the web environment is a potential threat to the system.Hope with this article you can appreciate the difference between clientserver architecture and web application architecture. Also, how testing applications based on these architecture is different from one another. Importance of security testing in the web application testing is also established in this article.