when qtp recognizes a web link like (hyper link)wich
properties it is going to take to identify the objects
unquely? what is Ini file in QTP?
Answer Posted / rajendra
QTP recognises the web link with following object
properties
Name :
Class:
FOR example if you click on web link like www.yahoo.com,
QTP recognised the link with folling attributes:
Name:Yahoo!
class:page
inthis way it identies the web link.
if you people have any doubts feel free to contect me
Rajendra,
rajendra_penumalli@yahoo.com
Mobile:9885162742
hyderabd
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does you test a weblink which is changing dynamically?
what is error and fault in terms of software quality?
why should we give deliver good quality software?
What is difference between shared and local object repository?
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
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
What is Curd testing?
give me the code to save all messages of inbox of gmail into a folder and notepad
is it possible to add sheets to excel at runtime
what is actually contain test report? can anybody post the test report
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
How to save your test using quicktest professional (qtp)?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
what is the frame work in J-meter?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.