Answer Posted / bhuvana
Descriptive programming is to give a description to any obj
by us.and this can be reused
Set objEdit=description.Create()
objEdit.Value("nativeText")="Edit"
objEdit.value("AttachedText")="Enter Text"
window("Application1").Dialog("Login").objEdit.set ("Name1")
window("Application").Dialog("Login").Ok.Click
then you can give diffeternt names in the datasheet and
slow the script to fetch the names from there
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
can any body give the banking domain concepts/links
How can i check items sorted or not in a weblist ? Give me the script for this...
How will you test a keyboard?
how to evalute defects in QTP script?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Explain data driven framework?
How can you identify the browser and its information using the qtp script?
Which environments does qtp support?
How can I use Call dlls in QTP ?
Differentiate the type of test cases which can be automated and which cannot be automated?
what testplan contents and what test strategy contents,what is the diff b/w them
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How to execute a winrunner script in quicktest professional?
What is the use of text output value in quicktest professional (qtp)?