pls help me with scripting,right from the beginning in QTP
Answer / raghava
Wht u want exactly? At which point u have strucked?
| Is This Answer Correct ? | 0 Yes | 0 No |
How to recognise the webelement and verifying that webelement is enabled?
How many test scripts are prapare in ur project(HeathCare Insurance).
why we use check points , In qtp we use the any check points , what r they , when and why
what are the main differences between keyword driven frame work and data driven frame work?
Can we run test with out adding object in object repository? How it is possible?
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
1)What is the Difference Between WaitTo & Sync?
What is a checkpoint? How many check points are there in qtp?
How do we retrieve the content from a text box in a web page
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.