How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
Answer Posted / raheem
goto 50th step right click on it and select RUN FROM STEP and goto 100th line where put BREAKPOINT otherwise rightclick on 100th step and selects RUN TO STEP
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write a script to verify the image path(src property) of the images which are in web pages.
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Explain the concept of object repository?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Explain the check points in quicktest professional (qtp)?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is the difference in the global and action sheet in qtp?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Tell me about your project? please help me how to tell about insurance project
Should have experience in framework means?
How to modify object property in qtp ?
What is the qtp testing process?
How to handle dynamic objects in quicktest professional?