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????
Hello Friends ,
I am the new joinner of this website.
I am working with Sapient ,Gurgoan
I would like to ask few qurries regarding the QTP Tool of
(Testing)
Currently working on QTP Tool .
I would like to no learn VB Script can u name some Books
which i get in market.
And a small issue in QTP
I had 2 users right i have to login and send the document
from this user to second user right.
when i am send this doc some contendId number generates
right.
now i am loging into second user and i have to search for
that contentId right i found it now i dont want to accept
the document so i had an opption of check out ok
i have to click on check out
my QTP Code is like this
Browser(" ").Page(" ").WebTable(" ").ChildItem
(3,5,"Image",0).click
Browser(" ").Page(" ").Link("ChecK Out").Click
i new this code is perfectly right but
when i am run the script i have to click on that particular
contentId and click on check out
but now the Problem is started the error is the document
has been already checked out
remeber every time my content id changes means it is the
new contentId which is not been used atleast once
Please help me out in this issue i am in big trouble
m new to xampp i want to configure file server in xampp...
is it possible ??? if so help me....
44
how can i connect to ms-access database, with ASP??
64
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?
my @array=('data1','data2'); my @array1=('data1','data2');
my ($i,$k);
$i=7;
$k=7;
while($i){
$array [++$#array] = 'ree';
$i--; print "@array";
}
while($k){
push(@array1,'ree');
$k--;
print "@array1";
}
Are these two while loop are doing the same functionality ?
What may be the difference?
88
Whattrigger will fire initially by using update panel?
185
if u ve resrevation for train and u get a number supose
1234xxxokie.after sucessul entering all required fields.
now u put that number in search and want to chk wether
these ar same or not if both ar same then its okie
otherwise test fail.what would be the vb script code for it
to compare these two values of different page.
109
hpcl information systems officer 2008 Question Papers or
any last previous questions papers
thanks in advance
shyamprasad71@gmail.com
shyamprasad71@gmail.com
Hi anyone Can Send Solution to the Question wt m posting now
Prepare Script for the Bellow Scenario?
Login to Gmail Page
Open Inbox
check Mails
save them in a Folder
How will u make automatic login program in asp as u see in
yahoo messanger? When any body login to their system they
no need to fill userid and password. It automatically fills
the userid and password.
234
Hi Friends
Rajendra this is bhavani prasad, iam working Hyderabad.
i faced one problem with qtp recording mode i.e in my
application there is 100 records first
we click the first record that record will be jumped to
next session and 99 records will there
stop the recording and run the same script .Run this
script qtp does not identify the records.
So plz tell me what is the solution.
95
I have attended Anovatek Software QTP interview. They will
give us computer and one web based application with QTP.
We have to automate some records (already updated records or
new records) using QTP Data driven testing.
But we should use for loop?
Can any one know how to do data driven testing using For loop?
141
database acl level has manager access.his name is listed in
author and Reader fields. but he didn't sea a documents
what is the reason?
141
Devise a script that takes file name as arguement(which must
present in the current directory)and locates from your home
directory tree all thpath names of its links.Then mail the
list to self.
76
how to create a flat file database as shown below
s.no name age city phone
0 hema 22 Calcutta 4312542
1 hema 21 Bangalore 2344345
2 ganesh 25 delhi 2445454
3 kartik 45 pune 4312121
4 santosh 25 Hyderabad 2254231
5 kumar 25 mysore 2344567
6 gita 34 mangalore 6532123
7 gita 32 pune 2213456
Q1.print the details of the person who r from bangalore
q2.Replace the city name managlore to pune
q3.prints no of person having name gita and hema
q4.print how many are of age 25.
30
What is the architecture of Model views and controllers