Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
1 3462test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
2304Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.
2285can any one please tell me about CURD testing. Did the curd testing and sanity testing both are same?
2 9431Tell me about CMM LEVEL -4 …what are steps that to be followed to achieve the CMM -IV standards?
1 6914How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such…
4 9824
Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
What are the main constrains of SCSI in storage networking?
What are the common bugs found while mobile testing? Give some examples.
What is typically the most important reason to use risk to drive testing efforts?
What is the difference between lr_error_message and lr_debug _message?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Define what is error handling and define how do you do error handling?
What are the Limitations/Disadvantages of Rational Function Test?
What the meaning of breath testing is?
Explain the benefits of quick test pro(qtp)?
What is Distributed testing? How does UFT support it?
How do you configure gui map?
Mention what is listeners in selenium webdriver?
What are the benefits of creating multiple actions within any virtual user script?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.