function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Virrindra SakpalVirrindra Sakpal 

Hi All, can you please help? Hi, I am not able to see the new profile created when creating the user Samantha Cordero and also on the Apext Test Execution option no drop down is available. Thank you in advance.

Hi All, can you please help? Hi, I am not able to see the new profile created when creating the user Samantha Cordero and also on the Apext Test Execution option no drop down is available. Thank you in advance.
VinayVinay (Salesforce Developers) 
Hi Virrinda,

You can query profile name from the developer console.

Select id, name from Profile where Name='New profile' 
OR
Select id, name from User where Name='Samantha Cordero'

Review below link for test execution.

https://help.salesforce.com/articleView?id=code_test_execution.htm&type=5

Thanks,
Vinay Kumar