0% found this document useful (0 votes)
60 views4 pages

Answer: Re: When You Fire A Query It Will Slow What Will U Do

1) The document discusses various testing topics including creating indexes to improve query performance, using Selenium to test ExtJS applications, the order of installation and compatibility testing, the differences between authentication and authorization in security testing, techniques for test case and test data design, and differences between testing client-server applications and web applications. 2) Key points include that installation testing verifies proper installation while compatibility testing checks if an application works in different environments, authentication verifies a user's identity while authorization determines what resources they can access, and testing client-server applications involves evaluating the GUI, functionality, load, and interaction on both client and server sides while web applications are more complex due to less control and no installation on client machines.

Uploaded by

Siva Reddy
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views4 pages

Answer: Re: When You Fire A Query It Will Slow What Will U Do

1) The document discusses various testing topics including creating indexes to improve query performance, using Selenium to test ExtJS applications, the order of installation and compatibility testing, the differences between authentication and authorization in security testing, techniques for test case and test data design, and differences between testing client-server applications and web applications. 2) Key points include that installation testing verifies proper installation while compatibility testing checks if an application works in different environments, authentication verifies a user's identity while authorization determines what resources they can access, and testing client-server applications involves evaluating the GUI, functionality, load, and interaction on both client and server sides while web applications are more complex due to less control and no installation on client machines.

Uploaded by

Siva Reddy
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Re: WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO.

Answer create index on the table so that # 1 query retrival is faster

Re: What is the best testing tool to test an desktop application(extJS app)? Answer we use "ExtJS Applications With #1

Selenium"

Re: which test comes first installation testing or compatiability testing Answer hi pinky, this is swathi. # 2 please check my answer, the

question is posted by me. if my answer is wrong send your answer to this email my email id: swati_1225@[Link] installation testing means checking whether the application is properly installed or not at the client's environment. this duty done by installation engineers not by test engineers with the help of installation guideliness. this installation is commmon either for a product or project but, compatiability definatly done by test engineers for product(s) only. compatiability means checking whether the application is suitable or not for all environments. if it is a project according to the client requirements we just check in a particular environment.

compatiability done at company with the help of installation guide lines, if that installation guide lines are correct then we can apply same guidelines at client's location also to install the application

Re: what is security test,what is meant by authentication &autherization Answer when you try to login any # 1 application it will ask you user

id , password , when you provide correct user id and password then only you able to login , this can be done under security testing, I think you understood know

Re: what is security test,what is meant by authentication &autherization Answer Security testing means a valid # 2 user access his/her account

or not and an invalid user is preventable or not. Both authorization and authentication come under the security testing.

Re: what are the Test case design Techniques? Answer Test case Design Techniques are # 1 two types:

1) Equivalent class/Equivalent partition. 2) Boundary value analysis These two techniques used to prepare test case. Test Data Design Techniques are of three types: 1) Decision table testing 2) State transition testing 3) Use case Testing These three techniques used to prepare test data.

Re: Difference between client application and web application Answer In client server application you # 1 have two different components to

test. Application is loaded on server machine while the application exe on every client machine. You will test broadly in categories like, GUI on both sides, functionality, Load, client-server interaction, backend. Web application is a bit different and complex to test as tester dont have that much control over the application. Application is loaded on the server whose location may or may not be known and no exe is installed on the client machine.

You might also like