My application is Central Management System(CMS) & Point of
Sale(POS).
CMS - main server is installed on one PC & POS - Client is
installed on another PC.
We can manage number of POS from CMS server.
CMS is divided into CMS-Master & CMS Client.
System flow is like - Manage data Menu has 22 submenus ex:
Users, Customers, Printers etc.......................
Manage all 22 submenus in CMS-Master
Import all 22 submenus in CMS-Client one by one.
My Question ---> Import CMS-Master to CMS-Client is the
test case, So Should I consider it as a single test case or
I have to write separte test cases for Importing All 22
submenus?
VM1 = "Invalid username or password. Please
try again. "
VM2 = "Email id is required.Password is
required. "
VM3 = "Email id is an invalid e-mail
address.Password is required. "
VM4 = "Password is required. "
VM5 = "Email id is required. "
VM6 = "Email id is an invalid e-mail
address. "
'Rowcount of the Local sheet
Rowcount = DataTable.GetSheet("Invalid login
transactions").GetRowCount
'Valid emailid and Password
Emailid = "test@iteamic.com"
Password = "Password0"
'For i = 1 to Rowcount
'Parameterised Email_id
Browser("Browser").Page
("Page").WebEdit("emailAddress").Set DataTable("Email_id",
dtLocalSheet)
EID = Browser("Browser").Page
("Page").WebEdit("emailAddress").GetRoProperty("value")
'Parameterised Password
Browser("Browser").Page
("Page").WebEdit("password").Set DataTable("Password",
dtLocalSheet)
PWD = Browser("Browser").Page
("Page").WebEdit("password").GetROProperty("Value")
If EID = Emailid And PWD = Password Then
Reporter.ReportEvent micPass, "EID & PWD
check", "Email id and Password is correct, One iteration of
Invalid login attempts is not being executed"
Else Browser("Browser").Page("Page").WebButton
("Sign-In").Click
'Output value exported to the local
sheet
Browser("Browser").Page
("Page_2").Output CheckPoint("Home page_Sign in")
'Storing the output value in a
variable(OUTPUT
OUTPUT = Datatable.GetSheet
("Invalid login transactions").Getparameter
("Validation_message_signin").value
'comparing the Variable Output and
the Validation message for a given input
If OUTPUT = VM1 Then
Reporter.ReportEvent
micPass, "VM1", "Invalid username or password. Please try
again. "
else if OUTPUT = VM2 Then
Reporter.ReportEvent
micPass, "VM2", "Email id is required.Password is
required. "
else if OUTPUT = VM3 Then
Reporter.ReportEvent
micPass, "VM3", "Email id is an invalid e-mail
address.Password is required. "
else if OUTPUT = VM4 Then
Reporter.ReportEvent
micPass, "VM4", "Password is required. "
else if OUTPUT = VM5 Then
Reporter.ReportEvent
micPass, "VM5", "Email id is required. "
else if OUTPUT = VM6 Then
Reporter.ReportEvent
micPass, "VM6", "Email id is an invalid e-mail address. "
else Reporter.ReportEvent micFail, "EID &
PWD check_FAIL", "Validation message checkpoint failed. The
captured v msg is not required"
End if
End if
I am getting syntax error saying "Expected 'End If'" at the
last line, Why is this? Kindly explain...
Are there any suitable free tools to conduct performance
test on a php web application?Manual or automation which is
preferable for such kind of application? please answer ASAP
Hi, Below is a question on white box testing. Kindly help
me in answering it. How many test cases are needed to
obtain 100% branch coverage. This question was asked in
ISTQB foudation level exam - Dec21 2008.
Read(A,C)
If(A<10) then Print A;
Endif
If(C>100) then Print C is greater then A
else if(C<100) then print only C
Endif else
Options -
a. 4
b. 3
c. 2
d. 1
Kindly answer with explanation so that it would be easy to
understand
hi i have one issue while selecting weblist i want show one
particalur item in weblist .ex one weblist they are monday
to sunday i want show the reporter like thurday in
particular weblist can you help me about this
thanks
balaji
Hi,
I am new to testing.where we will use SQL in manual testing.
To what extent i need to learn SQl.there are diff types of SQL
like TSql,Mysql etc.i little bit confused,help me.
Thank you .
if a test script is parameterised with the same value ,and
run what effect will it have in terms of performance for
testing the application.will the script get executed faster
or there is no effect at all.
Hey guys,
Developers compile the code they write. That is a kind of
testing!! Which category it belongs to in Testing.
Static testing or Dynamic testing.
Please clarify
There is a window with 6 to 7 fields like First Name, Last
Name,Address,Contact Number, ..........etc
My Question is ---> What are the -ve test cases for such a
fields.There are no validations for any field.
How would you determine the performance of a web application
by looking at the values of ‘Response Time’ and ‘Pages per
Second’? What do you understand by the terms ‘Response
Time’, ‘Pages per Second’, ‘Transactions per Second’?
5
Any Automation tool in the market to help quality test
team members communicate with each other? While server
startup or restart Which Will inform each member .
55
what is the diff between manual test plan document and
automation test plan doc.can u explain indetail.
Which documet will gives us information about rampup and
duration for each transaction? Technically speaking Which
document gives us information about Transaction Mix?How do
we prepare Transaction Mix?
VSTET (Visual Studio Team Edition for Testers) which is in
TFS (Team Foundation Server) - In what way is VSTET better
than QTP?
154
hi frens, i need ur help
if nebody had worked or workin on online banking projects
n online job portals ..frens cud u pls gimme the
realtime examples for critical bugs,
high severity n low priority bugs
high severity n high priority bugs
low severity n low priority bugs
high severity n low priority bugs related to banking n job
portal
74
What is Registry?
128
write a test case for yahoo compose page?
141
What do you do (with the project tasks) when the schedule fails?
84
can any body plz help by sending the qtp docs and qtp ppt's?
this is my mail id:murali.padeti@gmail.com