QTP Question 15: If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
QTP Question 15: If an application name is changes frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handles?
QTP handles those situations using “Regular Expressions”.
QTP handles those situations using “Regular Expressions”.
4 Comments:
Regular expression can be used for capturing dynamically changing window titles and windows name.
By Unknown, at 10:06 AM
Regular expression can be used for capturing dynamically changing window titles and windows name.
By Unknown, at 10:06 AM
hi any one give me Key word driven frame work pls
By nanibabu, at 12:15 AM
@Nanibabu
Keyword Driven Framework:
Keyword-driven testing and table-driven testing are interchangeable terms that refer to an application-independent automation framework. This framework requires the development of data tables and keywords, independent of the test automation tool used to execute them and the test script code that "drives" the application-under-test and the data. Once you've created your data table(s), you simply write a program or a set of scripts that reads in each step, executes the step based on the keyword contained the Action field.
By Anonymous, at 9:57 AM
Post a Comment
<< Home