Friends,while installing winrunner,after setup unknowingly
without generating license i opened winrunner.it didn't
work,then i uninstalled wr ,and again installed
properly ,generated license,opened winrunner .error
msg :TMP environemnt variable is set to invalid folder.it
must be set to valied folder.TMP is not a
directory ,Exiting........
so kindly suggest me the solution
I am using Quality Center 9.2. While raising a defect i can
see that there is only option to send a mail to assigned
and it is also sent to me. Is there any way i can send the
mail to multiple users ? I know i can save the defect and
than later sent it to multiple users, but is there any way
where i can send it at the time of raising the defect
itself. Any configuration that can be done by an
adminstrator?
Hi.. I am working as a tester in a small company. I have 2+
yrs exp in manual. we are using only excel sheet for
preparing bug report. Now i want to search job in other
company..I dont have any idea about bug tracking
tool..should i know abt any bug tracking tool to get better
job?
Hi every body, I am new to QTP.pls help me if anybody knows
the solution.
Here is my doubt:
I have 3 excel sheets in my local drive out of which one is
password protected and i want to get the data of all these
xL's either by importing or by reading the data finally i
have to update this data in the website.(and the site is
secured site)
I tried by importing all XL"s one by one but couldn't do so.
plss send me the code or atleast suggest me the approach.
Thanks in Advance
Padmaja
if there are 10 step in test cases while executing if their
is mismatch at step 5 what is status of test case ? pass or
fail or anything else?
if require tab is not available then what's the status of
test case?
Hi I am newly joined this forum.I am from Uk coming to
hyderabad for 8 weeks for Software Testing Course.Please
advice me the best Institute.
Eagerly waiting for your response ASAP.
Do you know of metrics that help you estimate the size of
the testing effort?
55
Hi, I wanted to go with TestingDomain-Automation. Regarding
this I need to take training on any one tool either
WinRunner or LoadRunner. Which is better to get job,having
future and takes lesstime with easier***. pls mention one
tool name. Basically iam manual test engineer on unix-
platform.
104
# A large IT company is in the process of revising salary
structure for its employees. The salary will be on the
basis of assessed performance of the previous year for all
employee who have completed six months or more.
# The rules for salary revision are provided below :-
Performance level 1 : Increase existing salary by 30%
Performance level 2 : Increase existing salary by 20%
Performance level 3 : Increase existing salary by 10%
Performance level 4 : Increase existing salary by 5%
Performance level 5 : No Increase
# For those who have not completed six months, provide a
flat increase of 7.5% in their salary. In addition to above
provide a special loyalty allowance of Tk. 800 to all
employees who have complete THREE years with the
organization.
# Compute the minimum number of paths that you would
require to cover the application and how many test cases
would you require?
250
1.How can you Calculate load / stress testing in manually ?
Is there any Calculators are available?
If yes
Please send me the Formulas?(I mean how the tools Ex: load
runner, JMetter, Silk Performer ……………………….calculating the
load )
can we test the application by inserting checkpoints using
silktest as we do in qtp and winrunner and also what are
the automation frameworks in silktest
238
What is the use of sendkeys and what are send keys
114
In the application that I'm testing is having a WYSIWIYG
editor.QTP is recording editor's body as web element. I
want to add some data to this web Element at run time. The
problem is that I cant find a method to add contents to
this web Element. Can any one come up with an answer for
this.
Thankx.
76
How to capture a window in QTP?
102
What are principles of good testing scripts for automation?
24
It is a 30 days project & the client is in Singapur and we
have to submit daily report regarding 1) What are the
completed works, 2) What are the Pending Works ,3) Work
planed for next day.
You are free to assume regarding the project.
can anybody help me to write an email to the client or
Senior person who is staying in abroad
What do you mean by coverage and what are the different
types of coverage techniques?
6
QTP Query:
Hello to all,
I'm getting an error (as below) when I perform descriptive
programming on any Web application.
"The test run cannot continue due to an unrecoverable
error.The "myvar_0" object was not found in the Object
Repository.
Check the Object Repository to confirm that the object
exists or to find the correct name for the object "
But I do not have any problem when I perform the same
descriptive programming on a Windows application such as
Sample Application - Flight.
Previosly , I had prepared a lot of scripts - both via
creating the properties collection object and by giving the
description in string arguments and implemented them on
Flight and they're working perfectly fine.I'm using QTP
Version 9.2
The sample script I have used for Web application is as
below :
Set myvar_0 = Description.Create
'Setting property collection object for Browser
myvar_0("class").value = "Browser"
myvar_0("name").value= ".*"
'Setting property collection object for Page
Set myvar_1 = Description.Create
myvar_1("class").value = "Page"
myvar_1("name").value= ".*"
'Setting property collection object for Text box
Set myvar_2 = Description.Create
myvar_2("class").value = "WebEdit"
myvar_2("name").value= ".*"
'Setting property collection object for Button
Set myvar_3 = Description.Create
myvar_3("class").value = "WebButton"
myvar_2("name").value= ".*"
SystemUtil.Run "C:\Program Files\Internet
Explorer\iexplore.exe"
Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set
("hello how are you ?")
Browser("myvar_0").Page("myvar_1").WebButton
("myvar_3").Click
Browser("myvar_0").Page("myvar_1").Sync
Browser("myvar_0").Close
As our application is a Web based application, I was
planning to make a few changes in regards to the object
names, but unfortunately I am getting the above mentioned
error.
Could anyone please advice me, whether it could anything to
do with the run setting or anything else.I am getting the
same error even while implementing on our Sample
Application - Mercury Tours website.
I would be grateful to anybody who can solve my problem !!
ATM REQUIREMENT TO BE TRANSLATED INTO TEST PLAN AND TEST
CASES
ATM REQUIREMENT AS FOLLOWS:
Requirements Statement for Example ATM System
The software to be designed will control a simulated
automated teller machine (ATM) having a magnetic stripe
reader for reading an ATM card, a customer console
(keyboard and display) for interaction with the customer, a
slot for depositing envelopes, a dispenser for cash (in
multiples of $20), a printer for printing customer
receipts, and a key-operated switch to allow an operator to
start or stop the machine. The ATM will communicate with
the bank's computer over an appropriate communication link.
(The software on the latter is not part of the requirements
for this problem.)
The ATM will service one customer at a time. A customer
will be required to insert an ATM card and enter a personal
identification number (PIN) - both of which will be sent to
the bank for validation as part of each transaction. The
customer will then be able to perform one or more
transactions. The card will be retained in the machine
until the customer indicates that he/she desires no further
transactions, at which point it will be returned - except
as noted below.
The ATM must be able to provide the following services to
the customer:
A customer must be able to make a cash withdrawal from any
suitable account linked to the card, in multiples of
$20.00. Approval must be obtained from the bank before cash
is dispensed.
A customer must be able to make a deposit to any account
linked to the card, consisting of cash and/or checks in an
envelope. The customer will enter the amount of the deposit
into the ATM, subject to manual verification when the
envelope is removed from the machine by an operator.
Approval must be obtained from the bank before physically
accepting the envelope.
A customer must be able to make a transfer of money between
any two accounts linked to the card.
A customer must be able to make a balance inquiry of any
account linked to the card.
A customer must be able to abort a transaction in progress
by pressing the Cancel key instead of responding to a
request from the machine.
The ATM will communicate each transaction to the bank and
obtain verification that it was allowed by the bank.
Ordinarily, a transaction will be considered complete by
the bank once it has been approved. In the case of a
deposit, a second message will be sent to the bank
indicating that the customer has deposited the envelope.
(If the customer fails to deposit the envelope within the
timeout period, or presses cancel instead, no second
message will be sent to the bank and the deposit will not
be credited to the customer.)
If the bank determines that the customer's PIN is invalid,
the customer will be required to re-enter the PIN before a
transaction can proceed. If the customer is unable to
successfully enter the PIN after three tries, the card will
be permanently retained by the machine, and the customer
will have to contact the bank to get it back.
If a transaction fails for any reason other than an invalid
PIN, the ATM will display an explanation of the problem,
and will then ask the customer whether he/she wants to do
another transaction.
The ATM will provide the customer with a printed receipt
for each successful transaction, showing the date, time,
machine location, type of transaction, account(s), amount,
and ending and available balance(s) of the affected account
("to" account for transfers).
The ATM will have a key-operated switch that will allow an
operator to start and stop the servicing of customers.
After turning the switch to the "on" position, the operator
will be required to verify and enter the total cash on
hand. The machine can only be turned off when it is not
servicing a customer. When the switch is moved to the "off"
position, the machine will shut down, so that the operator
may remove deposit envelopes and reload the machine with
cash, blank receipts, etc.
The ATM will also maintain an internal log of transactions
to facilitate resolving ambiguities arising from a hardware
failure in the middle of a transaction. Entries will be
made in the log when the ATM is started up and shut down,
for each message sent to the Bank (along with the response
back, if one is expected), for the dispensing of cash, and
for the receiving of an envelope. Log entries may contain
card numbers and dollar amounts, but for security will
never contain a PIN.
350
How important is Change Management in today's computing
environments?