How do you know when the product is tested well enough?
How will you present Test Strategy for Product Testing?
How will you perform Security Testing of the Web Services?
Latest Answer: It depends on application you test. In my case we download data from one central database to a local database using webservice. In central database data is stored as per pariticular service area and it should be visible only to user of that particular ...
How we can test client server applications
Latest Answer: Connecting to database and Inserting / updating / deleting records comes under client server testing. ...
If an application is being scrolled at a high speed and then suddenly it is found that after 90,000th page the application gets crashed, then what could be the possible reasons(bugs) for the same?
Latest Answer: HiThe reasons may be:-> That particular page failed to load-> That partucular page not uploaded to FTP-> Data base connection failed-> Lack of net speed or Network failure-> Application failed to handle the load and volume..........Srinivas ...
what is: - Multi-tier enterprise software - how is it tested? Thanks
Latest Answer: "Multi-tier enterprise software" is nothing but the "3-Tier architecture" and it has the following three tiers: Presentation Tier: This is the topmost level of the application. The presentation tier displays information abt the ...
1.Suppose if you have getobj, setobj and getuser, setuser methods then what are all the different test scenarios under API testing?2.Please tell me the test cases for getNextDate(int day, int month, int
Latest Answer: Some of the things that you might want to validate in API testing is not just the objects with the data but also the XML schema. I mean to say the input schema and the output schema of the test case. ...
If you add a new object or a new module for the existing application then how will you test the application?
Latest Answer: It's generally a good idea to test your web page under the commonly used screen resolutions so that you can be sure that your page is usable under the different resolutions. If you have a multi-column layout, you may also want to check that your columns ...
Latest Answer: Basically you can test for account Inquiry,Transactions,History, Stop Check, Trasfer,etc ...
View page [1] 2 3 4 Next >>

Go Top