How to test the video chat or testcase for video chat
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?"
Web Security testing is a very vast topic. There are different levels in it. Fore e.g. DB testing , Protocol testing, Penetration testing, etc. Simple answer- We should see to it that our data is pas...
At the top of your internet browser , Check if this website address starts with "http://" or whether it starts with "https://".if the page does start with https:// then the website is in a secure area...
Can we do cross browser testing manually or it can be automated?
How to test for a ie 8,9,10 in the same environment for cross browser testing?
What are the various error we get while requesting for a web page ?
The webpage cannot be found (HTTP 400) -- Make sure the address is correct and try again. The website declined to show this webpage (HTTP 403) -Check to be sure you have a correct address. If its a...
Page cannot be displayed.
What are the differences between share point portal testing and normal site testing ?
What are the typical defects identified through browser compatibility testing?
1.Content Mismatch
2.Inappropriate Response
Alignment
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...
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?