GeekInterview.com
Series: Subject: Topic:

Web Testing Interview Questions

Showing Questions 1 - 20 of 115 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

How to check whether your website is secure or not?

Asked By: mylife | Asked On: Jul 7th, 2011

Hi guys,can anybody give the answer asked by an interviewer to me "how we will check whether our website is secure or not?"

Answered by: sudhir on: Apr 17th, 2013

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...

Answered by: AJ0512 on: Mar 18th, 2013

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...

Cross browser testing

Asked By: AJ0512 | Asked On: Mar 27th, 2013

Can we do cross browser testing manually or it can be automated?

Ie cross browser testing

Asked By: AJ0512 | Asked On: Mar 27th, 2013

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 ?

Asked By: Vimal Dhasmana | Asked On: Apr 14th, 2012

Answered by: AJ0512 on: Mar 18th, 2013

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...

Answered by: nbhavani20 on: Jan 23rd, 2013

Page cannot be displayed.

Browser compatibility testing

Asked By: sundeep.dasyam | Asked On: May 15th, 2012

What are the typical defects identified through browser compatibility testing?

Answered by: JOE ANTONY on: Sep 26th, 2012

1.Content Mismatch
2.Inappropriate Response

Answered by: rb on: Jul 5th, 2012

Alignment

How to test browser compatibility testing

Asked By: jayasima | Asked On: Dec 11th, 2005

Answered by: mfsi_chinmayb on: May 4th, 2012

Browser compatibility asks the tester to test the web application in every possible browser in their every possible versions .

Answered by: swapnilkude on: Jul 27th, 2010

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?

Asked By: cgajanan | Asked On: Jul 20th, 2007

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...

Answered by: mfsi_chinmayb on: Apr 16th, 2012

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...

Answered by: Bina Sarmah on: Nov 18th, 2011

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 ...

Jmeter testing tool

Asked By: mfsi_chinmayb | Asked On: Mar 6th, 2012

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???

Answered by: mfsi_chinmayb on: Apr 9th, 2012

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 ...

Answered by: sasiatcyt on: Mar 13th, 2012

No need login with diff username and password

How do you access perticular row/column from a web page by using QTP?

Asked By: rajesh | Asked On: Jul 23rd, 2007

Answered by: SurajKumarPatra on: Mar 29th, 2012

Code
  1. rowNum=Browser("name:=.*").Page("title:=.*").WebTable("name:=Aston Martin").GetRowWithCellText("Tata")
  2. msgbox rowNum
  3. colNum=Browser("name:=.*").Page("title:=.*").WebTable("name:=Aston Martin").ColumnCount(rowNum)
  4. msgbox colNum

Answered by: mathan_vel on: Mar 23rd, 2009

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

Asked By: nagesh.vbs | Asked On: Oct 3rd, 2011

We have 5 ie browsers to be opened and I want close 3rd ie browser by using vb script ?

Answered by: Srinivas P on: Feb 2nd, 2012

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 tools

Asked By: bhagya.kkm | Asked On: Jul 28th, 2011

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...

Answered by: mithr17 on: Oct 14th, 2011

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?

Asked By: Santhoshi Kotha | Asked On: Sep 26th, 2011

Do you have web testing experience? Describe something a tester should keep in mind when testing web applications?

Answered by: mithr17 on: Oct 13th, 2011

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...

Answered by: Sapna Manchalwar on: Oct 12th, 2011

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?

Asked By: Mann | Asked On: Jan 30th, 2006

Answered by: jhuma on: Sep 18th, 2011

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

Answered by: kurtz182 on: Nov 30th, 2009

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

Asked By: GPPRAKASH51 | Asked On: Sep 18th, 2011

How will client/server application affect the testing?

In n tier architecture what are the factors should be considered for testing?

Asked By: mrgreekgod | Asked On: Feb 28th, 2006

Answered by: Mohd Faeem Ansari on: Jul 13th, 2011

I would like like to say that In N tier architecture ,load testing,browser testing,compatible testing and functional testing are mandatory factor,

Answered by: suhana17 on: Jun 22nd, 2011

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?

Asked By: kh_talal | Asked On: May 17th, 2011

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!

Retesting preparation

Asked By: mathan_vel | Asked On: Jul 29th, 2010

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?

Answered by: nbabu11 on: May 13th, 2011

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...

Answered by: gsrmohan on: Feb 26th, 2011

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?

Asked By: starabbu81 | Asked On: Apr 20th, 2011

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.