Suppose U change the script whether it affect the object
properties of the object in the object repository
Answer Posted / jay prakash
No .. it will not affect the object properties anyway if u
just change the script.
But take care coz ur script may fail to execute if u are
changing the script without updating the OR.
(I am assuming that you are not using Descreptive
Programing)
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
how can i call function (which has link with excell sheet at a remote location) within another function
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
Explain the difference between call to action and copy action?
why you have standardized functions? plzzz guys with real time exp. do answer
Is it possible to switch between recording modes during a test creation?
How to use Environment parameterization? Explain with an example.
why should we give deliver good quality software?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
in a web page How to check and display a particular word from a paragraph?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What is quicktest professional (qtp)?
How is test case write?