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)
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
How to explain a banking project in interview ? like project discription is Client Online Banking Application provides access to information relating to Banking Online Services provided by Axis to View daily customer transactions, Current and Previous customer statements, Transfer funds from Chequing and Savings accounts ................ From interview point of view can any one explain this project in laymans language
In qtp, explain what is crypt object
What are the main key components in web applications and client and server applications? And explain the differences between them?
what is the difference between driver.get() and driver.navigate.to(“url”)?
What is meant by Regression testing? Differentiate Sanity and Regression testing?
Which all browsers are supported by selenium webdriver?
How to handle alerts in selenium webdriver?
Name the different types of checkpoints?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning