Could you please any one give code for the following ?
Scenario :
Suppose a excel file contains 10 records and earch have 5
fields. how can i input this excel file for datadrive wizard ?
Please explain
How to run scripts 1,29,3,5,7,2 scripts using test batch
runner in QTP....
Ie...I wanted to run scripts not in an order
1,2,3,4,5...like that
How it is possible using test batch runner...
I dont want hardcoded script
I have the script like this:
Browser("Philips Web Login").Page("Philips CL DMS2
Application").Frame("ScopeFrame").Link("DC3701737
(Active)").Click
in which the value "DC3701737" will get changed and i have
to use the same value in so many places.
If i want to get that value "DC3701737" in to a variable,
how?
pls let me know if you didn't get the question.
Help me out in this.
suppose 3 excel sheets are there * we are trying to check
for login credentials for a page. userid from excel1 ,
password is from excel2 whether the page is opened or not
that checkpoint is result is should be stored in excel
3.... this qus i have faced in IBM technical round...
please tell script for above query
i am new QTP... please tell me automation frameworks , types
& for whiich type of applications frameworks are used & how
to generate script in keyword driven framework
Hi I am new to QTP. can u please answer to my qus... suppose
3 excel sheets are there * we are trying to check for login
credentials for a page. userid from excel1 , password is
from excel2 whether the page is opened or not that
checkpoint is result is should be stored in excel 3.... this
qus i have faced in IBM technical round... please tell
script for above query ... please please
What are different versions in Win Runner ,QTP ,Load Runner
and Test Director till now and atleast please let me know
new features for each version.
Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
How to build scripts that access data from external
sources?
98
what QTP Options do you know?
93
What is Port testing. Whhen will you perform?
55
hi Friends ,willany body tell me what is the Scope for the
automation Testing inht Future is their Or not And what is
the Top Most Level in the testing section according the Pay
scale
Hi,
I am new to QTP testing and was exploring the frameworks
used for automation. I wanted help in writing various
scripts and files for keyword driven automation like
1. Control File
2. Test Case File
3. Startup Script
4. Driver Script
5. Utility Script
. etc
It would be great if someone can give help in this context
... Thanks
18
how can we test the Triggers, Cursors, Indexes while doing
Database testing in DTP??
How do I generate Test Results window using descriptive
method ( run time ) after my test execution process?
Please have a look of my below code.
=========================================================
Dim qtApp
Dim qtTest
Dim qtResultsOpt
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = True
qtApp.Options.Run.CaptureForTestResults = "Always"
qtApp.Options.Run.RunMode = "Fast"
qtApp.Options.Run.ViewResults = True
qtApp.Open "C:\Automation\Example", True
Set qtTest = qtApp.Test
qtTest.Settings.Run.OnError = "NextStep"
Set qtResultsOpt = CreateObject
("QuickTest.RunResultsOptions")
qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1"
qtTest.Run qtResultsOpt
MsgBox qtTest.LastRunResults.Status
qtTest.Close
Set qtResultsOpt = Nothing
Set qtTest = Nothing
Set qtApp = Nothing
==========================================================
This code is working fine, but Test Result window is not
displaying after execution.
Anybody can please help me regading the same.
Thanks
Akshaya Madali
Capgemini India Pvt Ltd
9823213538
what are all the fileds present in object repository?
76
Hi, I Install QTP 9.2 in windows Vista. but it is not
supporting IE. it is supporting only windows based
application.
could I change any setting in Vista for supporting IE.. ??
thanks in advance...
I encountered with very strange problem in qtp while
writing the script i written the code
window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open"
).Exit
this code was working fine for about 10-15 times i executed
the script but after some time qtp started giving the error
with the same code the error is "Object doesnt support this
method or function window(...).window(..)" then i modified
the code with only window"regexpwndtitle:=Open").Exit
in place of
window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open"
).Exit
now again its working fine i cannot understand what thing
is creating the problem if same code executed successfully
in starting for about 10 times then why it is giving the
error now can anyone give the reason .
1.Qtp suppots Unix& linx or not
2why qtp suppots shell script.
147
1.what is the difference between childobjects and child
items in qtp?
2.what is difference between a class and function?
3.can u convert ustimings to indian timings using vbscript?
4.i have scripts in one machine.can i run those scripts in
another machine.how?