How to connect SMTP server in php. I want to edit that in
mantiss bug tracking tool. If anyone worked on mantiss
software or in php, please give answer . I need to modify
that in mantiss software.
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<<The
data retrieved from data base >>")
I have taken a for loop and changed the cells values (1 as
i and another 1 as j)
But still I am not able to get
Plz kindly tell me know this . It is very urgent
I am running a windows based application.While running the
script on QTP ,The Application pop-up an Error Message
as "object Disabled" in two different scenarios
Scenario 1-->The Application pop-up up a Message for Max
Session Reached(as the application is set to hold 2 session
and if if crosses the pre-defined limit then the error
message pop-up)
Scenario 2-->When Network connectivity is disabled the
Application screen gets greyed out in colour with no
operation possible.
Now through Exception handling features in QTP ,we need to
do the following
For Scenarion 1-->Through Exception handling we need to
just accept the Message pop-up in the Application and and
resume with the call function as is
for Scenario 2--> Through Exception Handling featutes on
QTP we need to shut down the client , restart the client
and resume the call functions as it is
Note: The Application returns an Error Message as "object
disabled" in both the cases i.e for pop-up message and when
the Apllication getting greyed out due to Network failure
how can we enhance the script in such a way that for the
same error message retured by the application in two
different and how to handle them????
sample program for reading mails from inbox with file
attacchments in servlet
82
Hi Friends,
I am currently Undergoing Course On Testing.I am Planning
To Keep Fake Resume.Can any One tell me the ways to Prepare
i.e, Real Time experience For Manual Testing.
With Regards,
Vikram
86
what is the standards used for writing the script in QTP
67
we want to provide the errors to the right side of the text
field so what we want to add in jsp pages?
58
How can you test font size, type and color using QTP tool?
78
There is a record with fields namely name,roll
no.,salary,grade etc.Now,write a script to create a file
with multiple records have same combination of fields but
with unique roll numbers.The script should work for
different names in the input file.
i am creating an e-learning site, i want my customers to pay
directly through paypall to my paypall account directly from
my page ? is it possible ? is there any ready paypall script ?
31
1) How can we use VB script in testing the application?
2) What all are the things(Software application to be installed in PC) we need to
learn VBscript?
133
VBscript for QTP,best tutorial?
182
hi what is called GUI in QTP 8.2 and how can we test the
apllication using GUI?
102
How to double click on Simple HtmlText in SilkTest
automation tool?
103
1. How to handle object implementation change in DP
for Ex: i have login page with username,pasword
(editboxes),login,cancel(buttons). Here i written DP code
for login page with the help properties.
My questions:
1.If properites are changing dynamically i will do (i want
code for that)
2.if objects are changed dynamcally i will do (i wnat code
for that)
We have 1 web page with names column. I am giving the
Service Providers1,2,3.... @ that time dynamically some no
of names are displaying in the webpage and The Pop up
windows are opening(No.of Pop Up windows=No.of Names). The
names may be diffar for each and every Service Provders
(Dynamically) How can we handle the Dynamic values?