Testing tricks is a blog related to software testing. (Anyone who is interested to write articles or want to share their experience regarding Software Testing are Welcome.) Currently I am working as a Project Manager in QA in Birlasoft. My total experience is in US GL, Property & Casualty & little in Commercial Auto. Working in GWPC with integration as SAP for FSCD & RI shinde.of.santosh@gmail.com
Sunday, July 17, 2011
Page not found error in Google plus.
I have used IE7 browser to log into Google plus. Application has directed me to page https://plus.google.com/not-supported/?ref=/. In this page when I click on learn more, it is showing page not available.
Wednesday, July 13, 2011
code to find multiple of 7 using vb script
Option Explicit
Dim num
num=Inputbox("Enter a number")
If num mod 7=0 Then
Msgbox "The given number is a multiple of 7"
Else
Msgbox "The given number is not a multiple of 7"
End If
Dim num
num=Inputbox("Enter a number")
If num mod 7=0 Then
Msgbox "The given number is a multiple of 7"
Else
Msgbox "The given number is not a multiple of 7"
End If
Subscribe to:
Posts (Atom)