Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
IBM,
1915What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
IBM,
1 4130How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.
7 10462Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
2051Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
2 5402In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
2924Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
1863I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.
5 9354Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
2306If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
1 3411DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example
1 16178
When you open QTP, how many sheets you can see?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What is a checkpoint? How many check points are there in qtp?
wt is the use of multiple questions in QTP
when u script reveiwing in which area u more concentrates?
How you debug your script?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What are the two types of repositories available, explain them?
Can we use index on view?
What is 'sleep' in sync point?
How to capture all the data of a webtable, weblist and combolist using QTP?
what the difference between shared repository and per action repository?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?