i have opend 2 gmails i am working with 1 gmail i want to
close other gmail by usig script.
2.i have 10 links in a page all of them have same
properties& names i want to click on 5link by using script.
3.i have one combobox in that i want to see all the
citynames in the combobox and i have to check weather
hyderabad is present or not.
4. size of objectrepository.
5.what r problems we get during writing the script.
6.is it possible to compare to excel sheets in qtp if
possible wht is the script.
7.example for lowlevelrecording
Answers were Sorted based on User's Feedback
Answer / guest
Type"BROWSER(BROWSERNAME).CLOSE"
Type"PAGE(PAGENAME_5).CLICK"
7.Example for low level recording is signatures and advanced
objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satish
Kalyan Plz explain Hybri Frame Work Process or Any Frame
work process in QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
2. set Odesc=description.create
Odesc("miccalss").Value="Link"
set bro=Browser().Page().childobjects(Odesc)
Bro.count
for i=1 to 5
browser().Page().Bro(i).click
next
3. item=bro().Page().getroproperty("all items")
arr=split(item,";")
for i= 1 to ubound(arr)
if arr(i)="Hyderabad" then
reporter.reportevent micPass,Hyderabad,present
exitfor
Endif
next
4. Depends on the machine
5. Object properties will get change,Identifying the propery values etc
6.DataTable.Importsheet "path of excel file"sourcesheetname,Destination sheetname(global)
External sheet is in Global sheet and which u want to compare keep in action sheet then write if condition and check if get match with both global n action make it pass...
7.Signature
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I use datatable of Action1 in the Action2.
What is difference between design time and run time data table?
What is the difference between functional spec. and Business requirement specification?
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
What is the D/B Test managemet tool and bug trcking tool? Ans send to pbr.qtp@gmail.com
Is there any option in QTP to add Java add-in after instaling the QTP?
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
How can we do Data driven testing Using For loop in QTP?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
Did QTP prove efficient for your project? Yes or No, explain?
what is the difference between the modular framework and datadriven frame work