What are the typical defects identified through browser compatibility testing?
What are the various error we get while requesting for a web page ?
1. Server timeout errors
2. Page not found errors
3. Unhandled Exceptions
How to test browser compatibility testing
Browser compatibility asks the tester to test the web application in every possible browser in their every possible versions .
As per my web testing experiance.We can test the compability on different broweser by making the checklist of functionality and GUIs. While carrying the testing we have to check all the points i...
What is usability testing in web testing?
Designers should always remember that the experience of the user in their website mustbe as pleasant as possible. How the user interacts with the website is very important.There may be cases when the user is someone very familiar with website browsing butnot necessarily a testing expert.There are standards...
Usability testing is a technique used in user-centered interaction design to evaluate a product by testing it on users. This can be seen as an irreplaceable usability practice, since it gives direct i...
1. Test for navigation: Web site should be easy to use. Instructions should be provided clearly. Main menu should be provided on each page. It should be consistent. 2. Content checking: Content ...
I am logging in as 100 user using jmeter tool. Do I need to send all the threads to the server with different username and password? how is it working???
There arises two case As you can login to your application with same credential from different browser from the same machine .So we can do for 100 users with the same credentials if we want to check ...
No need login with diff username and password
How do you access perticular row/column from a web page by using QTP?
Code
rowNum=Browser("name:=.*").Page("title:=.*").WebTable("name:=Aston Martin").GetRowWithCellText("Tata") msgbox rowNum colNum=Browser("name:=.*").Page("title:=.*").WebTable("name:=Aston Martin").ColumnCount(rowNum) msgbox colNum
This can be done through by Webtable functionGeneral syntax is Browser("Browser Name").Page("Page Name").WebTable("Table name").GetRowWithCellText("N")define t...
Vb script to close the browser
We have 5 ie browsers to be opened and I want close 3rd ie browser by using vb script ?
If we have opened 5 yahoo IE browser then Using descriptive programming, we can close the 3rd browser with below code: browser("title:=Yahoo.*", "creationtime:=2").close Here we are using ordinal ide...
How to check whether your website is secure or not?
Hi guys,can anybody give the answer asked by an interviewer to me "how we will check whether our website is secure or not?"
Yes, first visual tests are the padlock and secured protocol (https). But for thoroughness security testing is your game plan. You can and should tell the interviewer about security testing. If he ask...
Another way is to check if the URL begins with, "https" rather than http.
Cross browser testing and software or utilities that can be used to take screen shots of multiple browsers when submitted website url: do any one used any tool/utility for the below purpose while testing web applications on different browsers? Please send me details if you are using any tool/utility...
In my previous company, I was evaluating a bunch of open source and commercial tools and we zeroed on "cross browser testing" online tool. The beauty is it supports 100+ browsers including desktop an...
When testing web applications?
Do you have web testing experience? Describe something a tester should keep in mind when testing web applications?
Lets not get into "if I have experience" (which I do anyways). To answer the second part of your question - 1. UI testing : look and feel of the website tops the list 2. Functional testing : if a...
Yes , i have experience of web testing application. Following are the points to keep in mind by the tester :- Firstly tester should keep in mind the software development life cycle and all testing ...
What are the typical problems in web testing?
1. Broken links
2. Pages don't render properly with some os and browsers
3. Long time taken for page rendering
4. Web page design doesnt meet requirements
5. Feeds dont work properly
6. Cookies don't work properly
7. CSS/HTML validation hasn't happened properly
8. Concurrency issue
The following are some of the typical problems discovered through web testing. Please note that this is not an exhaustive list.1) Pages on the website are not properly validated and do not ...
Client/sever application testing
How will client/server application affect the testing?
In n tier architecture what are the factors should be considered for testing?
I would like like to say that In N tier architecture ,load testing,browser testing,compatible testing and functional testing are mandatory factor,
In an n-tier architecture the testing is little complex as the tester don't have much control over the application.-Browser Compatibility Testing: Test application on different browsers (eg:IE, firefo...
What are the differences between testing sharepoint and testing normal web sites?
With the way that sharepoint sites are created in compare with regular way to create/code .Net, I always believe that there are many differences in testing between both types.I'd appreciate we share our knowledge & experience in this matter!
What the things that you need to do after the bug is fixed and before it come for retesting? How you will make prepare for this scenario?
After fixing the bug by the development team, respected tester has to concentrate on the bug which was raised. It means to check the raised bug is fixed it or not. After that he has to prepare the lis...
You already have the failed test case.You need to find out dependent test cases which the bug fix may have effect.You need to find out the different environments under the bug has to be regressed.Onc...
How would you do Javascript testing?
What is the test approach, test case and test scenarios to use in testing an online ecommerce site?
First, check all links, form's validation with negative testing, allignment of button with their respective fields, browsers compatibility and after login internal link should not open in another brow...
The test approch should be 1) GUI Testing2) Smoke testing3) Functional Testing, security testing etc.4) Retesting and Regresstion testing'5) Confirmation Testing 6) UAT In case of onli...
Explain what is webservice testing? How it is done - manually (or) automation?
A web service is typically an application programming interface (API) or Web API that is accessed via Hypertext Transfer Protocol (HTTP) and executed on a remote system, hosting the requested service....
Web testing involves the following activities (manual) 1. Check the login page for the secure login 2. Check the login page throws the error message if the user name r pwd r wrong 3. Test for the link...
What is the difference between testing Java application and others
From the Black box testing, there is no differnce with technology used. As a QA, testers has to focus on the functional and non-functional tetsing only. Need not to worry about the technology used to build the application.
As a tester we are concerned with functionality of the application, but not in which technology the application is developed. The differences might be with terminology (concerned to developers), ...