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
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
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
while using Keyward driven framework in QTPif new
requirements are added how to manage it...plz ans
what is the object hyrarchy in QTP for a web based
application
58
a function that takes an integer array as an argument and
returns the largest value in the array. Use the function in
a program
236
How to find the font in qtp.
Scenario:After entering the username and passwd you will be
navigate into the "welcome:Username" page.Now I want to
extarct font for this message.
Hi All,
I am facing one problem in QTP.
There is link object in my application that exist in the
Frame in mozilla firefox. Click event on that object is not
working but once the frame is enabled/activated then click
event works fine.But the frame does not have the activate
property.
This problem is coming in firefox only.
Regards
241
Consider the following example
#! /bin/perl
use strict;
sub sample
{
my @arr=(1,2,3,4);
return @arr;
}
my ($a,$b,$c,$d) = &sample;
print "$a\n$b\n$c\n$d\n";
In the above code, How can I get the $c without using the
arguments such as $a,$b.
I don't want to use any array to get the return values.
153
Could Anybody Please tell me What is the script for
Find 3rd Largest element in the Array without using a SORT
function int Find(int arr[], int size); Thanks in Advance..
Hello friends.....
Can any give the methods for Ms-Access, and Mozilla firefox
in Automation Object Model in QTP.
Please give me currect answers...
if you do not understand my question please don't give
answers.
Thanking you.
174
Juxtapose the HTTP verbs GET and POST. What is HEAD?
321
Please let me Know regarding any material regarding VB
Scripting which should be easily understandable for
Beginners.
113
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